Paste the token and trusted verification material, then choose inspect or verify. Decoding alone does not establish trust, and application authorization still needs separate checks.
Runs locally in your browserFor HS256/384/512, enter the raw shared secret. For asymmetric algorithms, paste a public JWK or JWKS JSON document.
Decode or verify a compact JWT to inspect its protected header and payload.
Anyone can decode a JWT payload. Treat a token as trusted only after a successful signature check with the intended algorithm and key, plus issuer, audience, time, and application-level claim validation.