Authorization Code Flow
About Course
In this course we will introduce you to the authorization code flow.
The Authorization Code Flow is one of the OAuth2 Grant Types which allows to receive an access token for a user after his successful authentication.
Course Content
Authorization Code Flow
Overview of Authorization Grant Types
04:46Live Demo for Authorization Code Flow
06:48Creating an App supporting Authorization Code Flow
02:51PKCE Flow Briefing
03:06Test Your Knowledge: Authorization Code Flow