JWT Encoder / Decoder
Encode and decode JWTs (JSON Web Tokens) with ease.
Token
paste a JWTDecoded
Decoded token will appear here after decoding.
Jump to any tool or page
Encode and decode JWTs (JSON Web Tokens) with ease.
Decoded token will appear here after decoding.
Decode a JSON Web Token into its three parts — header, payload, and signature — to inspect claims, algorithm, and expiry. Decoding is not verification: the payload of any JWT is readable by anyone holding the token, which is precisely why it must never carry secrets.