How does it work?
Paste a three-part JWT to inspect its header, payload, and exp claim.
Read JWT headers, payloads, and expiry locally without verifying signatures.
Paste a three-part JWT to see its header, payload, and expiry. Signatures are not verified here.
Everything is computed in this browser and never sent to a server.Paste a JWT to see its header, payload, and expiry state.
Paste a three-part JWT to inspect its header, payload, and exp claim.
No. Validity must be fully verified by a trusted server.
This tool has no issuer public key and does not verify signatures, audience, issuer, or revocation.