This repository was archived by the owner on Jan 20, 2026. It is now read-only.
v1.4.0-nullsafety.0
Pre-release
Pre-release
·
20 commits
to master
since this release
- Migrated to null safety. (#21, thanks nyarian!)
- Note: Many properties and returns are now nullable that seem like they shouldn't be. This is because msal.js is written in a way that makes it impossible to guarantee null safety.
- Updated minimum SDK version to
2.12.0-259.9.beta. - Added
LogLevel.unknownto represent msal.js log levels that don't have an enum value counterpart.