What is JWT?
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. JWTs are commonly used for authentication and information exchange.
JWT Structure
- Header: Algorithm and token type
- Payload: Claims and data
- Signature: Verification signature