This repository was archived by the owner on Jan 20, 2026. It is now read-only.
v1.0.0
See https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL.js-1.0.0-api-release for conceptual breaking changes in 1.0.
- Support for msal.js v1.0.x.
- Changed minimum Dart SDK version from 1.23.0 to 2.0.0.
- Replaced
UserwithAccount. - Replaced
MsalExceptionwithAuthExceptionand its inheritors. UserAgentApplicationchanges:- Login/acquire methods now take in and return
AuthRequestandAuthResponserespectively. - Constructor now takes in a single
Configurationobject. - Replaced
TokenReceivedCallbackwithAuthResponseCallback. - Replaced
getUserwithgetAccount. - Replaced
getAllUserswithgetAllAccounts. - Replaced
loginInProgresswithgetLoginInProgress. - Added
handleRedirectCallback. - Added
getCurrentConfiguration. - Added
getPostLogoutRedirectUri. - Added
getRedirectUri. - Removed
cacheLocation. - Removed
loadFrameTimeout. - Removed
clientId. - Removed
validateAuthority.
- Login/acquire methods now take in and return
- Added missing getters to
LoggerOptions. - Fixed error when providing
nullfor options when creating aLogger.