Json Web Token(jwt)
JWT is a token-based mechanism for authentication and authorization. When a user logs in, server creates a JWT token and sends back to the clients. Clients usually store the token in the local storage and cookies so that users don’t need to login aga...
writethecode.hashnode.dev3 min read