Access Tokens and Refresh Tokens
Introduction :
Tokens are used to authenticate users and authorize requests from clients without keeping the session data on the servers.
Tokens provide a way to avoid storing tokens in a database by encoding all of the necessary information in the t...
adityabverma.hashnode.dev3 min read