From 5a4f6cd994cf1b570c225078ecb931c89d0b7db7 Mon Sep 17 00:00:00 2001 From: Zadkiel Date: Fri, 25 Oct 2019 22:51:35 +0200 Subject: [PATCH] Add An Illustrated Guide to OAuth and OpenID Connect An Illustrated Guide to OAuth and OpenID Connect https://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidc From https://twitter.com/visheyra/status/1187661725753102336 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06fd26b..4d1ab4c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Inspired by the above comment by [Brad Hodson](https://www.producthunt.com/@brad * [Understanding Git](https://hackernoon.com/understanding-git-fcffd87c15a3) - Git is a powerful tool, but it has a reputation of baffling newcomers. It doesn't help that most people are simply thrown in at the deep end and expected to swim. With the right knowledge, anyone can master git. Once you start to understand it, the terminology will make more sense and you'll (eventually) learn to love it. * [A plain english introduction to CAP Theorem](http://ksat.me/a-plain-english-introduction-to-cap-theorem/) - You'll often hear about the CAP theorem which specifies some kind of an upper limit when designing distributed systems. This introductory tutorial explains the concept by comparing it with a real world situation. * [How to dance the OAuth: a step-by-step lesson](https://medium.freecodecamp.org/how-to-dance-the-oauth-a-step-by-step-lesson-fd2364d89742) - An easy guide for understanding the key concepts of OAuth 2.0 +* [An Illustrated Guide to OAuth and OpenID Connect](https://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidc) ## Contributing