Client Area →

JWT Decoder

Decode and inspect the header and payload of a JSON Web Token — entirely in your browser.

About the JWT Decoder

A JSON Web Token (JWT) has three Base64URL-encoded parts: a header, a payload of claims, and a signature. This decoder reveals the header and payload so you can debug authentication issues.

Decoding happens entirely in your browser — your token is never sent to our servers. Note that decoding does not verify the signature; never trust a token without validating it server-side.

Frequently asked questions