AzureAD/microsoft-authentication-extensions-for-go

Create CrossplatformLock

abhidnya13 opened this issue · 0 comments

The .NET library relies on taking write-only locks on a file separate used as a semaphore to ensure that Cache operations do not race each other. That logic is found here: CrossPlatLock class

This is needed before any of the platform specific Token Caches, such as the one represented in #2,#3,#4