๐Ÿ”

JWT Decoder

Decode and inspect the header and payload of a JSON Web Token.

๐Ÿ”’ Decoded locally. Your token is never uploaded.

โ€”
โ€”

Note on verification

This tool only decodes the token โ€” it does not verify the signature, which requires the secret or public key. Never trust a decoded payload without verifying it server-side.