jwt token discussion
In my backend development journey today I learned about jwt tokens specially access token and refresh token. Here are the things that I learned.
JWT is a bearer token that is used for allow authorized user to access the resources
Access token’s lif...
tokens-discussion.hashnode.dev1 min read