tags:
- jwt
- security
- authentication
- book
source: https://auth0.com/resources/ebooks/jwt-handbook
created: 2024-06-30
What is JSON Web Token (JWT)?
JSON Web Token is a standard for safely passing claims in space constrained environments.
What are the three key features of JWT?
The three key features of JWT are:
What are claims?
Claims are definitions or assertions made about a certain party or object.
...