Does this JWT decoder verify signatures?
No. It decodes the header and payload only. Signature verification needs the correct secret or public key.
Paste a JSON Web Token to inspect the decoded header, payload and common timestamp claims locally.
Use it when a JWT header and payload need to be inspected locally without verifying the signature or sending the token away.
Questions
No. It decodes the header and payload only. Signature verification needs the correct secret or public key.
No. Decoding runs locally in your browser.
The tool highlights common algorithm, type, issuer, subject, expiry and issued-at values when present.