Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need for memento hack #234450

Merged
merged 1 commit into from
Nov 22, 2024
Merged

No need for memento hack #234450

merged 1 commit into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. No need for memento hack

    MSAL node made `clearCache` synchronous 🎉 so we can safely depend on it for clearing the cache.
    
    > Context: The default behavior of MSAL's internal cache is that it is a union with what's in the persistant cache (secret storage) but what _we_ want is that secret storage is the source of truth, so every time we receive an update to secret storage, we clear the in-memory cache to get the data from the persistant cache.
    
    Also bumps msal-node-extensions while we're at it.
    TylerLeonhardt committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    dd28b32 View commit details
    Browse the repository at this point in the history