JWT Decoder

Paste a token to read what is inside it. Decoding happens in this page, so a token you are debugging never leaves your machine.

Token
Three parts, separated by dots.
Header
Payload
Nothing decoded yet.
Signature

Only HS256, HS384 and HS512 can be checked with a secret. RS and ES tokens need a public key, which this tool does not handle.