JWT Decoder

Decode JWT header and payload without verifying the signature.

Advertisement

Decoded

Paste a JWT to decode.

JWT Decoder

The JWT Decoder extracts the header and payload of a JSON Web Token without verifying the signature. Use it to inspect claims while debugging or learning. Never trust decoded data from untrusted tokens.

Advertisement