JWT Inspector

Decode a JWT and audit its claims for common issues.

Support
Works Offline
Privacy First
No Login
No API

JWT

Decoded locally — this does not verify the signature, only inspects and validates the claims.

Decoded & audit

Paste a JWT to decode its header and payload.

About the JWT Inspector

Decode a JSON Web Token's header and payload locally, and flag common risks like alg:none, a missing signature, missing or long-lived exp, and missing aud/iss claims. This does not verify cryptographic signatures.

Examples

Decode a token

eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjMifQ.abc

Output

{"sub":"123"}

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Read more

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser