JWT Decoder
Decode and inspect JSON Web Tokens (JWT). View header, payload, and check expiration status.
JWT Token
Paste your JWT token to decode
About JWT Tokens
JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims between two parties. A JWT consists of three parts:
- Header - Contains the algorithm and token type
- Payload - Contains the claims (data)
- Signature - Verifies the token hasn't been tampered with