01
JOSE HEADER
Algorithm & token type
{
"alg": "—",
"typ": "JWT"
}
JWT INSPECTOR / DEBUG CONSOLE
Decode headers and claims, inspect timestamps, then sign or verify JWS with HMAC, RSA, EC, or EdDSA. Nothing leaves this tab.
Paste a compact JSON Web Token above.
JOSE HEADER
{
"alg": "—",
"typ": "JWT"
}
JWT PAYLOAD
{
"sub": "Waiting for token"
}