Structure + claim checks

JWT Validator

Validate a JWT from structure through cryptographic signature and claims. Supply the trusted HMAC secret or SPKI public key, then optionally enforce the issuer and audience your application expects.

Detected algorithm:

Allow this many seconds of clock skew when evaluating exp, nbf and iat.

JWT, key material and expected claims are processed in this browser tab.

What this JWT validator actually proves

The validator checks readable JWS structure, an explicitly supported signing algorithm, cryptographic signature verification, and common time claims.

When you provide an expected issuer or audience, it also enforces an exact iss match and aud membership. Those expectations come from your application policy, not from the token itself.

A green result is relative to the key and policy values you supplied. For issuer-published key sets, use the JWKS Validator so kid and JWK selection stay bound to a trusted issuer.