AzureAD / microsoft-authentication-library-for-go

The MSAL library for Go is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry standard OAuth2 and OpenID Connect.
MIT License
229 stars 88 forks source link

[TODO] Review storage.go TODOs #161

Open abhidnya13 opened 3 years ago

abhidnya13 commented 3 years ago

Review todo of storage.go not expiring tokens here and investigate this. Also foci investigation here

abhidnya13 commented 3 years ago

Expiring tokens and authority caching TODO resolved in #215. Keeping this open for Foci investigation.