TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Integrating With Netlify: OAuth2 (2016)

23 点作者 lgs超过 7 年前

3 条评论

rahulrav超过 7 年前
“OAuth2 spec is long and complex”.<p>One of my 20% projects at Google was addressing this very problem. I built an OAuth2 and OpenID-Connect client library for the Web that is written in TypeScript. The library supports web apps, Node.js CLI &amp; Electron based apps.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;openid&#x2F;AppAuth-JS" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openid&#x2F;AppAuth-JS</a><p>There are sister projects for Android and iOS as well. Hopefully, OAuth2 complexity will not prevent you from consuming a service going forward.
sinab超过 7 年前
I really love the service that Netlify provides! I started using them a couple of months ago and they make it super easy to link a github repo that will be deployed as a site. I definitely recommend it.
rapnie超过 7 年前
i was just reading up on netlify cms :)<p>was wondering if with &#x27;github&#x27; authentication there is still backend connectivity to netlify required, or your own &#x2F; external auth server..