Skip to content
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

Make the CLI more useful #203

Merged
merged 3 commits into from
Aug 7, 2024
Merged

Conversation

brotskydotcom
Copy link
Collaborator

As reported in #201, the CLI was not allowing empty username value, even if the platform did. In addition, when returning an Ambiguous error, the debug formatting of the returned credentials was unrevealing. These are both now fixed.

Fixes #201.

As reported in hwchen#201, the existing debug print of credentials gives no information about the underlying platform credential. This fixes that.
This adds API to credentials to provide better debugging, and implements that API in the built-in credential stores so it's exposed in the CLI.

This is a dot release rather than a full release because the additional API is implemented in a backward-compatible way. Clients *can* extend their implementations to take advantage of it, but they don't have to.
@brotskydotcom brotskydotcom merged commit 0b2ced7 into hwchen:master Aug 7, 2024
12 checks passed
@brotskydotcom brotskydotcom deleted the issue-201 branch August 7, 2024 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to handle Ambiguous?
1 participant