analyze

JWT/JWS/JWK Toolkit

decode tokens, verify signatures, inspect claims, and compare key metadata

Ready
Example output:
{
  "header": { "alg": "HS256" },
  "payload": { "sub": "1" }
}