JWT Debugger

Decode, verify, and generate JSON Web Tokens. Paste a token to inspect its contents or create a new one.

Encoded JWT

HEADER â€ĸ PAYLOAD â€ĸ SIGNATURE

Header

The header typically consists of two parts: the type of the token and the signing algorithm being used.

{}

Payload

The payload contains the claims or the JWT's data. Claims are statements about an entity and additional data.

{}

Signature Verification

Enter the secret key used to sign this token to verify its authenticity.