Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use local storage for storing MS tokens to avoid frequent logins -
EXO-65633 (#81) Priori to this fix, users were requested to login each few moments because their tokens get expired soon. This change will cache tokens in local storage of the browser instead of the session to make them reusable and enhance the UX https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/caching.md
- Loading branch information