View JWT Token Claims
Inspect JWT token payload claims including iss, sub, exp, iat, and custom claims. Decode and display all claims in a readable format. Free JWT claims viewer.
FAQ
What are the standard JWT registered claims?
The JWT specification defines seven registered claims: iss (issuer), sub (subject), aud (audience), exp (expiration time), nbf (not before), iat (issued at), and jti (JWT ID). These are optional but widely used. The claims viewer explains each one and validates their values when present.