Migrating from MSAL Node v2 to MSAL v3
January 14, 2025 ยท View on GitHub
If you are new to MSAL Node, you should start here for public clients or here for confidential clients.
If you are coming from MSAL Node v2, you can follow this guide to update your code to use MSAL Node v3.
Breaking Changes
NodeStorage is no longer exported
This contains internal implementation details and should never be used directly. If you were using this export please open an issue so we can better understand what you were using it for and suggest alternatives.