-
Notifications
You must be signed in to change notification settings - Fork 4.8k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ability to enable / disable consumer credentials without deleting them #439
Comments
cc: @lucamaraschi |
+1 or at least the ability to delete a key. If a key is compromised there are no options to invalidate the compromised key and issue a new one. is there? |
@coreybeaumont yes, you can execute an HTTP DELETE request to that key. |
@thefosk thanks - the structure of the url was not initially apparent to successfully delete. Anyways, active | inactive would still be a great help. |
I would like this too. I would do the following:
This allows me to store the password while the email address verification is in progress. |
+1 |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
scenario:
expectation:
enabled
flag on a credentials object (inoauth2
or other authentication plugins)The text was updated successfully, but these errors were encountered: