Json Web Token (JWT)
JSON Web Token is a standard used to create access tokens for an application.
It works this way: the server generates a token that certifies the user identity, and sends it to the client.
The client will send the token back to the server for every su...
abhilashranjan.hashnode.dev3 min read