SSShreyas skinskshreyas.hashnode.dev·May 29, 2024 · 5 min readUnderstanding PKCE - Part 2 - How Access token and Refresh token are generatedIn the previous section, we got to know how to get the authorization code from Auth endpoint of server by sending client id and code_challenge.Once this is done, our next thing is to use this client id, code and code verifier to generate access token...00
SSShreyas skinskshreyas.hashnode.dev·May 28, 2024 · 3 min readUnderstanding PKCE - Part 1 - Authorization flowOAuth 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...00