Info
Content
OAuth
Authentication and Authorization mechanisms that grants clients to access protected resources without giving them password.
Workshop
Here are my notes from online course "Learn OAuth 2.0 - Get started as an API Security Expert" by...
Introduction
Password Antipattern Joe wants to access his emails on Gmail server. He found a cool app on...
Components
OAuth Actors Resource Owner Client OAuth Server Login - it could be: A simple logi...
OAuth Flows
There are four different flows for OAuth 2.0: Authorization Code Grant (a.k.a. Three-legged ...
Authorization Code Flow
Overview Called Three-legged because this flow enables checking the identity of the three inv...