jentz / vigilant-dollop

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

adds support for pkce #12

Closed remcojansen closed 3 months ago

remcojansen commented 3 months ago

This adds a command-line argument --pkce to the authorization_code command. When provided it will create a code_verifier and code_challenge and add these to the respective calls to the authorization server.

Providing --pkce without providing --client-secret is considered valid.