@azure/msal-node-runtime
v0.20.6
Published
Add-on for msal-node which enables token acquisition from native broker
Downloads
984,204
Readme
Microsoft Authentication Library - Node Runtime Interop (msal-node-runtime)
This package is not intended or supported for direct use, please refer to msal-node and msal-node-extensions to add authentication to your Node.js app.
Changelog
[0.20.6]
Bug Fixes
- Fix a race condition caused by concurrent silent sign-in and/or token acquisition calls where an account could be incorrectly recognized as a duplicate during caching. Accounts previously affected by this issue are automatically recovered.
Internal
- Load the native addon directly from its platform/arch-specific folder under
dist/instead of copying it to the package root on install. Removes thecopyBinaries.jsinstall script, allowingignore-scripts=truefor supply-chain hardening.
[0.20.5]
Bug Fixes
- Fix arm64 macOS native binary failing to load due to incorrect architecture.
[0.20.4]
New Platform Support
- Add RHEL 8/9/10 support for Linux (x64).
- Add Windows arm64 support
Known Issues
- arm64 macOS
libmsalruntime.dylibis incorrectly linked for x86_64 (82 KB instead of ~7 MB). Resolved in next release.
[0.20.1]
New Platform Support
- Add macOS x64 support.
[0.20.0]
New Platform Support
- Add Linux (Ubuntu 22/24) x64 support
[0.19.5]
Bug Fixes
- Fix sign-in hang on macOS (arm64) when broker is unavailable
[0.19.4]
New Platform Support
- Add macOS arm64 support
