microsoft / artifacts-credprovider

The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
MIT License
771 stars 706 forks source link

Add keyring/keychain cache location to readme #451

Open Ducki opened 1 year ago

Ducki commented 1 year ago

On Mac/Linux, the Token Cache uses the keyring/keychain functionality of the OS to save the tokens in addition to the default cache location on the file system.

This was undocumented and led to tedious debugging experiences.

This PR adds the location info for macOS Keychain and Linux Keyring.