Skip to content

Developer Tools

JWT Decoder

Decode a JSON Web Token header and payload locally. This tool does not verify signatures.

JWT decoder

This tool decodes JWTs locally. It does not verify signatures.

How it works

Paste a JWT. The tool splits the three Base64URL parts, decodes the header and payload as JSON, and leaves the signature untouched.

Example

A token starting with eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0In0 decodes to an HS256 header and a payload with a sub claim.

Frequently asked questions

Popular tools