← All tools

JWT Decoder

Inspect a JSON Web Token — decode the header and payload claims locally in your browser. The signature is not verified; this is for reading tokens, not trusting them.

Decoded locally — no network requests. Signature verification requires the signer's secret/public key, which this tool never asks for.