Paste a JWT to inspect header and payload claims. Signature verification is not performed.
โ
A JWT decoder splits a JSON Web Token into header, payload and signature so you can read claims such as sub, exp and iss.
No. Validation requires verifying the signature with the correct secret or public key. This tool only inspects the encoded JSON parts.