Input
JWT
Signature check key
Paste the shared secret for HS* tokens.
Paste a JWT to inspect the header, payload, expiry, and signature status locally.
Paste the shared secret for HS* tokens.
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "devora-demo",
"name": "Devora",
"role": "backend-dev",
"iss": "devoratools.com",
"aud": "jwt-inspector",
"iat": 1780325931,
"exp": 1780329831
}