Skip to main content
ssvpune

JWT Decoder

JWT Decoder

Decode a JSON Web Token's header and payload for inspection.

Use tool ↓

This tool only decodes the token for inspection — it does not verify the signature. Never rely on an unverified JWT for authentication or authorization decisions.

About this tool

Paste a JWT to decode its Base64URL-encoded header and payload sections into readable JSON. This tool is for inspection only — it does not verify the token's signature, so it must never be used to determine whether a token is trustworthy for authentication or authorization.

Examples

  • A token like "eyJhbGci...header.eyJzdWI...payload.SIGNATURE" decodes to readable header and payload JSON.

Frequently asked questions

Related utilities