DataWorkbench
All Tools

History and favorites reset automatically after 30 days of inactivity.

jwt decode token authentication payload header

JWT Decoder

Paste a JWT token (starting with eyJ...) to display the header and payload in JSON format. Useful for debugging authentication during development.

USAGE

3 simple steps

  1. 1Paste the JWT token (starting with eyJ...) into the input field
  2. 2Click the Decode button
  3. 3Header, payload, and signature info will be displayed

FAQ

Frequently Asked Questions

Q. Where can I find the expiry time (exp)?

A. The exp field in the payload contains a Unix timestamp (seconds). Use the Unix Timestamp Converter on this site to convert it to a readable date.

Q. Can the signature be verified?

A. Signature verification requires the secret key, so this tool only decodes the header and payload.