JWT Decoder
Inspect the header and payload of any JWT. Decoding only — the signature is not verified.
Paste JWT token
This tool only decodes the Base64URL-encoded header and payload — it does not verify the signature. Never paste tokens that grant production access into any online tool; use this only for development or inspection of non-sensitive tokens.