AzureAD / microsoft-authentication-extensions-for-go

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

Make cache package a module #20

Closed chlowell closed 1 year ago

chlowell commented 1 year ago

Removing the extensions dir because it serves only to lengthen import paths, and making the cache package a module to simplify adding other modules with unrelated features (maybe we'll want to do that for brokered auth).