AzureAD / microsoft-authentication-extensions-for-go

Secure cross-platform token cache for MSAL public client apps
MIT License
1 stars 1 forks source link

Create a Keyring Token Cache based on Libsecret (Linux only) #4

Closed abhidnya13 closed 1 year ago

abhidnya13 commented 3 years ago

In order to store Access Tokens in a secure way on MacOS, we should lean on KeyRing

Create a TokenCache class which implements the cache interface in go to handle interacting with a token cache which is persisted in Keyring using Libsecret