NetTests.NET Login

JWT Decoder

Decode a JWT into its header and payload (no signature verification — that needs the signing key).

Signature is shown but not verified — verification requires the algorithm's signing key. Treat decoded payloads from untrusted tokens with care.