// tools

JWT inspector — claims, expiry, algorithm at a glance

An inspector, not just a decoder. Standard claims are highlighted: iss (issuer), aud (audience), exp / iat / nbf get human-readable timestamps so you can tell at a glance whether a token has expired. The header alg + kid show the signing key family.

← all JWT decoder modes