JWT Decoder

Decode JSON Web Tokens to inspect the header, payload, and signature.

0 characters

Quick Answers

How it works

  1. Paste a JWT token into the input.
  2. View the decoded header and payload as formatted JSON.
  3. Check token expiration and issued-at timestamps.