Skip to content
KitWren

JWT Decoder

Decode a JSON Web Token’s header and payload and check its expiry — in your browser.

  1. Paste your input
  2. Choose the options
  3. Copy the output
Runs in your browser. Your data and files never leave your device.

About the JWT Decoder

Paste a JWT to read its header and claims, with timestamps (iat, exp, nbf) shown as dates and a clear expired / not expired status.

Frequently asked questions

Does this verify the signature?

No. Decoding shows what a token says; only your server, with the key, can verify it wasn’t tampered with.