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

The default module is not public, so can't be used to get the default credential builder #197

Closed
brotskydotcom opened this issue Jul 23, 2024 · 0 comments · Fixed by #198
Assignees
Labels

Comments

@brotskydotcom
Copy link
Collaborator

The default module, which is aliased to whichever platform-specific credential store module is being used for Entry::new, is not exposed publicly, and so there's no platform-independent way to access the default credential store (i.e., default::default_credential_builder()). This makes it hard to write platform-independent code that calls the default credential builder API (e.g., to check the persistence value).

Reported by @ReactorScram.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant