JWT Workbench Offline token bench · nothing leaves this page

Local only

Token under examination

No token Unverified Not validated
  • Header
  • Payload
  • Signature

Pasted content is parsed in this page only. It is never sent anywhere, and it is not written to browser storage. Decoding a token proves nothing about who produced it.

JOSE header

Payload

Signing

Editing the header or payload re-encodes the token in the strip at the top of the page, which is the only copy of it on this page. Supply a key here and it is re-signed as you type.

Sign with read from the header’s alg, so edit the header to change it

The key stays in this page's memory and is never stored or transmitted. The key format is detected from what you paste. The Build tab offers the same signing with explicit control over the algorithm and key format.

Claims

Decoded claims with type and interpretation
ClaimValueTypeInterpretation

Paste a token above to see its claims.

Signature segment

This is the raw base64url signature segment. Its presence says nothing about validity; use the Verify tab with a key you already trust.