No need for memento hack (#234450)
MSAL node made `clearCache` synchronous :tada: 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.
T
Tyler James Leonhardt committed
f6dd987698dbcf98a07f2e6f436d7353a55a4cb9
Parent: 83857a6
Committed by GitHub <noreply@github.com>
on 11/22/2024, 9:35:49 PM