Understanding PKCE - Part 1 - Authorization flow
OAuth 2.0
OAuth 2.0 is a industry standard authorisation technique used in many applications.
PKCE is the extension of OAuth 2.0 which uses code_challenge and code_verifier to get access token in client applications.
In native applications, we usuall...
skshreyas.hashnode.dev3 min read