guides
How I Decode a JWT Without a Secret
Can I decode a JWT without knowing the signing secret?
Read guide →Knowledge base
Practical explanations for decoding, validating and troubleshooting JSON Web Tokens.
guides
Can I decode a JWT without knowing the signing secret?
Read guide →guides
How do I decode a JWT correctly in JavaScript without confusing decoding with verification?
Read guide →guides
What does the JWT exp claim mean and how do I tell when a token expires?
Read guide →guides
What do the common claims inside a JWT mean?
Read guide →guides
Why does JWT signature verification fail even though the token decodes?
Read guide →guides
Why is my JWT expired and what is the correct way to fix it?
Read guide →guides
Why does my API reject a JWT because of an audience mismatch?
Read guide →guides
Why does a JWT that looks correct still return 401 Unauthorized?
Read guide →guides
What is the difference between HS256 and RS256 for JWT signing?
Read guide →guides
How do I debug JWT kid and JWKS key-selection problems?
Read guide →guides
How do I validate a JWT issuer and debug iss mismatches?
Read guide →guides
How do I rotate JWT signing keys without breaking verification for existing tokens?
Read guide →guides
What does JWT alg none mean and when should an application reject it?
Read guide →guides
What is the practical difference between a JWK and a JWKS when verifying JWTs?
Read guide →