Skip to content

Commit 48373e6

Browse files
committed
Merge branch 'config-change-cache' of https://github.com/AzureAD/microsoft-authentication-library-for-js into config-change-cache
2 parents 35cb314 + 5864f6c commit 48373e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-browser/docs/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To faciliate efficient token acquisition while maintaining a good UX, MSAL cache
6666
- previous failed request
6767
- performance data
6868

69-
> :bulb: Temporary cache entries will always be stored in session storage or in memory. MSAL will fallback to memory storage if local/session storage is not available. Please read the warning below for more information.
69+
> :bulb: Temporary cache entries will always be stored in session storage or in memory. MSAL will fallback to memory storage if sessionStorage is not available.
7070
7171
> :bulb: The authorization code is only stored in memory and will be discarded after redeeming it for tokens.
7272

0 commit comments

Comments
 (0)