9 Best Articles in 2021
aaronparecki.com
OAuth 2 Simplified
aaronparecki.com
17 saves · From 2017 · This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol. The OAuth 2 spec can be a bit confusing to read, so I've written this post to help…
oauthbible.com
The OAuth Bible
oauthbible.com
~12 min read · 42 saves · From 2013 · Signed / Signature String made up of several HTTP request elements in a single string. These include the Request Method & URL & Parameters, which is then encrypted against the key which consists of:…
oauth.io
OAuth that just works.
oauth.io
17 saves · From 2015 · Integrate 100+ OAuth providers in minutes. Setup your keys, install oauth.js, and you are ready to play !
blog.teller.io
Introducing TAuth: Why OAuth 2.0 is bad for banking APIs and how we're fixing it
blog.teller.io
6 min read · 23 saves · From 2016 · Teller is an API that enables developers to program their bank accounts
oauth.net
OAuth Community Site
oauth.net
14 saves · From 2007 · The OAuth 2.0 authorization framework enables third-party applications to obtain limited access to a web service. This website is supported by Try Okta to make OAuth painless
developers.googleblog.com
Modernizing OAuth interactions in Native Apps for Better Usability and Security
developers.googleblog.com
5 min read · 12 saves · From 2016 · News and insights on Google platforms, tools, and events.
adodson.com
hello.js - Javascript API for OAuth2 authentication and REST services
adodson.com
7 min read · 22 saves · From 2016 · A client-side JavaScript SDK for authenticating with OAuth2 (and OAuth 1 with an 'oauth proxy') web services and querying their REST APIs. HelloJS standardizes paths and responses to common APIs like Google Data Services, Facebook Graph and Windows Live Connect. It's modular, so that list is growing. No more spaghetti code!
ZDNet
Hackers stole GitHub and GitLab OAuth tokens from Git analytics firm Waydev
ZDNet
3 min read · 12 saves · 2020-07-27 · OAuth tokens have been abused for intrusions at least two other companies, Dave.com and Flood.io.
gravitational.com
Everything You Need to Know About OAuth (2.0)
gravitational.com
9 min read · 11 saves · 2020-07-16 · Boiling down to its core purpose, OAuth exists to provide third party applications limited access to secure resources without compromising the user’s data.
More like this
hueniverse.com
OAuth 2.0 and the Road to Hell
hueniverse.com
7 min read · 13 saves · From 2014 · Update: three years later I wrote something new… introducing Oz. They say the road to hell is paved with good intentions. Well, that’s OAuth 2.0. Last month I reached the painful conclusion t…
hueniverse.com
OAuth 2.0 and the Road to Hell
hueniverse.com
12 saves · From 2016 · Update: three years later I wrote something new… introducing Oz. They say the road to hell is paved with good intentions. Well, that’s OAuth 2.0. Last month I reached the painful conclusion t…
thebuzzmedia.com
Designing a Secure REST (Web) API without OAuth
thebuzzmedia.com
21 saves · From 2012 · Click here to proceed.
github.com
bitly/oauth2_proxy
github.com
12 saves · From 2016 · oauth2_proxy - A reverse proxy that provides authentication with Google, Github or other provider
HackerNoon
React Authentication in Depth
HackerNoon
6 min read · 14 saves · From 2018 · How to do implement world 2 factor authentication (both SMS and TOTP) using React, React Router, and Amazon Cognito
Martin Fowler
Using oauth for a simple command line script to access Google's data
Martin Fowler
~18 min read · 16 saves · From 2015 · I found that juggling Google's authorization codes, refresh tokens, and access tokens was not difficult; but also not clearly documented.
Ars Technica
Don’t trust OAuth: Why the “Google Docs” worm was so convincing
Ars Technica
2 min read · 10 saves · From 2017 · You really think someone would just go on the Internet and tell lies?
medium.facilelogin.com
Securing Microservices with OAuth 2.0, JWT and XACML — FACILELOGIN
medium.facilelogin.com
~13 min read · 18 saves · From 2016 · Microservices is one of the most trending buzzword, along with the Internet of Things (IoT). Everyone talks about microservices and…
medium.com
7 Social Login Myths Debunked — About OAuth
medium.com
6 min read · 11 saves · From 2014 · So much confusion when it comes to Social Login Buttons. Let's debunk a few myths that will help you improve user onboarding.