JWT Decoder
Decode JWT header and payload without verification.
This tool decodes only. It does not verify the signature — do not trust claims until you validate the token with a proper library.
Decode JWT header and payload without verification.
This tool decodes only. It does not verify the signature — do not trust claims until you validate the token with a proper library.
exp, iat and nbf are shown as readable dates.
- Decoding is for inspection and debugging, not a security check.
- Always verify the signature and expiration before trusting a token.