JWT Decoder

Decode the header and payload of any JSON Web Token (JWT) for debugging.

Ad · Top
Ad · Middle

About JWTs

A JSON Web Token packs a header, payload, and signature separated by dots. The first two parts are base64url-encoded JSON. This tool decodes them for inspection. It does not verify signatures — never trust a JWT's claims without server-side verification.

Related tools

Ad · Bottom