Source: medium.com

JSON Web Tokens (JWT)

Category: Data

Claims that just represents state between client and server or server to server. This state is usually storing data about the user, especially the user id. Also, a timestamp is used Verify signature through algorithm on application and secret key.

Related Articles