stianst / keycloak-tokens-cli

Apache License 2.0
2 stars 2 forks source link

Revise --refresh parameter #69

Closed thomasdarimont closed 1 month ago

thomasdarimont commented 1 month ago

At first thought the --refresh parameter looks like it would obtain a new token, but apparently refresh just means update the current token. I suggest changing the name to --force or --update and use --refresh for grant_type=refresh_token.