JWT token - mern-auth project
JWT (Json Web Token)?
- JWT is the Claim based web token to store a user’s attributes by using json format. JWT transfers the information securely with a self-contained method.
When to use?
- Login
- process => User login > A server sends a token to the user >
Leave a comment