JWT

JWT Decoder

Decode a JWT's header and payload, check its expiry status and verify its signature.

  • payload
  • claims
  • verify
  • exp
  • alg=none
Waiting for input...
token.jwt
This tool runs entirely in your browser; the token is never sent to a server. Signature verification requires a secure connection (HTTPS) or running on localhost.