Browser-only tool
JWT decoder
Paste a JWT to decode its header and payload. This tool helps inspect token claims but does not verify the signature.
Browser-only tool
Paste a JWT to decode its header and payload. This tool helps inspect token claims but does not verify the signature.
Warning: decoding is not verification. Do not paste production access or refresh tokens unless you trust this local environment.
Signature is not verified by this tool.
JWT decoding runs locally in your browser. The token is not uploaded by this static page.
No. It decodes header and payload only. Verification needs trusted keys and issuer rules.
Avoid it. Tokens can grant access and may also be stored in browser history or screenshots.
The tool decodes the Base64URL header and payload. It shows the signature segment but does not validate it.
Not without signature, issuer, audience, expiry, and policy validation.
JWT inspection is useful for debugging, but the page must clearly warn about risks and avoid uploading data.