A dotnet global tool for managing Git credentials using the Microsoft Git Credentials Manager Core.
Built from https://github.com/devlooped/dotnet-gcm/tree/695897453
Library for username & passwords, including an implementation of RFC2898 passwords for the secure storage of passwords. Includes helper methods for generation of Token's used for one-time logins and password reset functionality.
Recommended Google client library to access the Google IAM Service Account Credentials API, which creates short-lived, limited-privilege credentials for IAM service accounts.
Packages the Microsoft.Git.CredentialManager cross-platform implementation for Windows, macOS and Linux for use as a library.
Usage:
var store = CredentialStore.Create();
Built from https://github.com/devlooped/CredentialManager/tree/b55769858