Validation toolLocal only

JWT Playground

Decode, sign and verify JWTs entirely in your browser. HS, RS and ES — the token and keys never leave your machine.
JWT token
Decoded locally only
Active
AlgorithmHS256
TypeJWT
Expires2030-01-01 00:00:00 UTC
Signature length14
Header
{
  "alg": "HS256",
  "typ": "JWT"
}
Payload
{
  "sub": "maintainer-42",
  "role": "developer",
  "scope": [
    "workbench",
    "payloads",
    "tools"
  ],
  "iat": 1715683200,
  "exp": 1893456000
}