This repository was archived by the owner on Jan 20, 2026. It is now read-only.
- (breaking change) Support for MSAL.js 2.14.
- MSAL 2.x has a slightly different API than MSAL 1.x, some notable changes include:
UserAgentApplicationwas renamed toPublicClientApplication.handleRedirectFuturereplaceshandleRedirectCallback.- Request/response classes have new names.
- MSAL 2.x has a slightly different API than MSAL 1.x, some notable changes include:
- (breaking change) Removed deprecated
MissingMsalJsExceptionclass. - Fixed issue where setting the base
Loggerlog level would set the wrong level. - Fixed issue where getting the log level from
LoggerOptionswould return the wrong level.