jentz / vigilant-dollop

Command-line OIDC client, get a token without all the fuss
MIT License
1 stars 0 forks source link

Validate RSA signed JWT tokens #20

Open jentz opened 3 months ago

jentz commented 3 months ago

The default behavior of the tool should be to validate JWT tokens that are signed with RSA. The initial implementation will not validate HSxxx (HMAC shared secret) tokens nor other public key signatures besides RSA. These can be supported later.

The validation procedure will adhere to the following rules:

recommended guidelines