JWT Decoder
Decode a JSON Web Token to inspect its header and payload, with optional HMAC/RSA signature verification.
Signature verification is optional — paste a secret (HS256/384/512) or PEM public key (RS256/384/512) only if you want to confirm the token is genuine, not just read its contents.