JWT Decoder
Decode and inspect JSON Web Tokens (JWT). View the header, payload, and check expiration status.
JWT Token
Paste your JWT token to decode
About JWT
JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims between two parties.
A JWT consists of three parts:
- Header - Algorithm and token type
- Payload - Claims (data)
- Signature - Verification hash
Note: This tool only decodes the token. It does not verify the signature.
Paste a JWT token and click "Decode" to see the contents