About this tool
What jwt decoder & verifier does
Read a signed JWT header and payload, inspect time claims, and optionally verify its signature against an uploaded X.509 certificate or public key.
How it works
The bundled JOSE implementation decodes the compact token and checks time claims. When you load a PEM certificate or public key, Web Crypto verifies the declared asymmetric signature algorithm locally. No issuer metadata or key is fetched.