analyze
JWT/JWS/JWK Toolkit
decode tokens, verify signatures, inspect claims, and compare key metadata
Ready
Example output:
{
"header": { "alg": "HS256" },
"payload": { "sub": "1" }
}
analyze
decode tokens, verify signatures, inspect claims, and compare key metadata
Example output:
{
"header": { "alg": "HS256" },
"payload": { "sub": "1" }
}