This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
Releases: dotnetcadet/assimalign-js-packages
Releases · dotnetcadet/assimalign-js-packages
2.0.1
- API Changes: All original APIs from v1 will be removed besides login(), and logout(). However, the parameters have changed.
- A larger set of APIs exposed from iOS and Web implementation.
- Cross-Platform Return Types: return types should be the same as the MSAL packages for iOS and Web within release.
- Uniformed error messages for iOS and Web Platform. This will make it easier to handle and debug errors since they will bubble up to client.
1.0.5
- Added MSAL Token caching for iOS & Web
- Added Re-render guard to protect options reset due jsApp rerendering
- Added Bundle configuration to fix unregistered web plugin. This will export to index.ts/js instead of plugin.ts/js
- Added forecRefresh to obtain a new Token even if already in Cache