OAuth 2.0 & OpenID Connect (Part 2) - Authorization Code Flow + PKCE
This post talks about the authorization code flow - probably the most common OAuth 2.0 flow type. And also about the PKCE extension, which can be seen as the successor of the implicit grant flow.…