Tools chevron_right Dev Generators chevron_right JWT Decoder

JWT Decoder

Inspect

Decode standard Base64-URL encoded JWTs to inspect their claims natively in your browser. Tokens never leave your machine.

gpp_bad

Critical Security Warning

Decoding a token does NOT verify its authenticity or signature. Payload claims can be easily manipulated by attackers. Do not trust this output without authenticating the HMAC or RSA signature cryptographically on your server.

Encoded JWT
Header (Algorithm)
Payload (Claims)