Live data from Hacker News

Integrating With Netlify: OAuth2 (2016)

netlify.com

1–4 of 4 posts

Re: Integrating With Netlify: OAuth2 (2016)

#4
“OAuth2 spec is long and complex”.

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 & Electron based apps.

https://github.com/openid/AppAuth-JS

There are sister projects for Android and iOS as well. Hopefully, OAuth2 complexity will not prevent you from consuming a service going forward.