azure-sdk-for-go/sdk/azidentity/cache
Charles Lowell e588254261
Document macOS persistent caching errors (#23571)
2024-10-14 14:20:20 -07:00
..
internal Fix persistent cache errors caused by Linux keyring permissions (#22802) 2024-05-01 11:45:47 -07:00
CHANGELOG.md Increment package version after release of azidentity/cache (#23217) 2024-07-18 16:48:34 +00:00
LICENSE.txt
README.md Document macOS persistent caching errors (#23571) 2024-10-14 14:20:20 -07:00
cache.go Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00
cache_test.go Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00
ci.azidentity.yml Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00
darwin.go Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00
go.mod Prepare azidentity v1.8.0 for release (#23537) 2024-10-08 09:09:05 -07:00
go.sum Prepare azidentity v1.8.0 for release (#23537) 2024-10-08 09:09:05 -07:00
linux.go Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00
linux_test.go Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00
mock_test.go Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00
new_test.go Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00
version.go Increment package version after release of azidentity/cache (#23217) 2024-07-18 16:48:34 +00:00
windows.go Redesign persistent token cache API (#23114) 2024-07-16 12:07:43 -07:00

README.md

Azure Identity Cache Module for Go

This module implements a cross-platform persistent token cache for azidentity credentials. See that module's examples for sample code showing how to configure persistent caching for a credential, and its token caching document for more information about the implementation.

Provide Feedback

If you encounter bugs or have suggestions, please open an issue.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Impressions