devlooped / CredentialManager

Packages the official Git Credential Manager cross-platform credential store implementation supporting Windows, macOS and Linux for use as a NS2.0 library with no UI or external dependencies.
https://clarius.org/CredentialManager
MIT License
9 stars 0 forks source link

Make sure we honor credentials namespace/scope #104

Closed kzu closed 5 months ago

kzu commented 5 months ago

A missing test uncovers the issue: we're not filtering credentials at all and are instead just defaulting to the 'git' default namespace.

We ensure now that the credential store uses our context and settings wrappers to override this value.

Fixes #103