🔐JWT Decoder & Inspector

Paste any JWT token to decode header and payload, check exp/iat/nbf times, and spot risky settings like alg=none.

Algorithm
-
Status
-
Expires In
-

Header

Payload

Security Checks

How to use

  1. Paste JWT token.
  2. Review header and payload.
  3. Check expiry and warnings.

FAQs

No. This tool decodes and inspects token structure in-browser. Signature verification needs the secret/public key.