Closed abhidnya13 closed 1 year ago
In order to store Access Tokens in a secure way on MacOS, we should lean on KeyChain as the .NET library does with the MacKeyChain class.
Create a TokenCache class which implements the cache interface in go to handle interacting with a token cache which is persisted in Keychain
In order to store Access Tokens in a secure way on MacOS, we should lean on KeyChain as the .NET library does with the MacKeyChain class.
Create a TokenCache class which implements the cache interface in go to handle interacting with a token cache which is persisted in Keychain