jwt decoder

JWT Decoder

Paste a JSON Web Token and see the decoded header and payload, plus expiry status at a glance.

Runs fully in your browser · nothing is sent anywhere

Decode only — this does not verify the signature. Anyone can read a JWT's header and payload without knowing the secret; that's by design (JWTs are signed, not encrypted). This tool tells you what a token claims, not whether it's authentic. Never trust a token's claims without verifying its signature server-side first.

Paste a JWT above to decode it.

How it works

Advertisement