Active demo token
Load a locally generated token with common claims and a one-hour lifetime.
Encoding & Decoding
Inspect JWT headers, claims, dates, and token structure.
Decoding does not verify authenticity
Do not paste production tokens containing credentials, personal data, or other secrets. This tool does not validate the signature.
The token is masked by default and remains only in component memory.
Decoding does not verify authenticity
Do not paste production tokens containing credentials, personal data, or other secrets. This tool does not validate the signature.
The token is masked by default and remains only in component memory.
Load a locally generated token with common claims and a one-hour lifetime.
Inspect exp and nbf to see apparent token status and readable dates.
Inspect JWT header and payload JSON, common claims, readable NumericDate values, and apparent expiration status locally. Decoding is not cryptographic verification.