Shreyas skskshreyas.hashnode.dev·May 29, 2024Understanding 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...Discusspkce
Paras Sahuwebed.hashnode.dev·Feb 28, 2024A Complete Guide to Access Tokens, Refresh Tokens, and Their Role in Enhancing Application SecurityAccess Tokens Access tokens are the token that confirms whether the specific user is authorized to perform a particular action in an application or not. Tokens are useful as they reduce the multiple login for authorization inconvenience of the user ....DiscussToken Security