Encode & decode
JWT verifier
Verify JWT signatures and standard claims
How to use / Notes
How to use
- Paste a JWT into the input.
- The header, payload and standard claims (exp/iat, etc.) are decoded.
- Enter the secret or public key to verify the signature.
Notes
- Verification runs in the browser; tokens and keys are never sent anywhere.
- Do not paste production secrets on a shared machine.
- JWT payloads are not encrypted—anyone can read their contents.