- msal android bumpup to 4.0.0.
Note:
addhandle_null_taskaffinity: false
to msal_default_config.json - check android config setp 2 in
README
- bug fix for ios account loading
- stable release
- broswser privateSession ios-only.
- msal android bumpup to 2.2.3.
Note:
addauthorization_in_current_task:false
to msal_default_config.json
- change default kaychain feature
- logout from browser
- Added new exception type for invalid grant for Dart and Android libs.
- Updated to allow being reinitialized in android
- Updated podspec file to new identity and increased version
- Updating iOS implementation to match new api
- Update MSAL flutter library
- Update iOS deployment target to 9.0
- Set minimum flutter sdk to >=1.10.0
- Updated to V2 library for Android
- Updated Android implementation to utalise new plugin interfaces
- Improvements to kotlin implementation
- Changed to new repoistory
- Added null safety
- Updated license to The 3-Clause BSD License
- Updates to readme in regards to kotlin static field issues.
- Added some more information to readme for clarity
- New API, including requirement to initialize
- New static async factory method
- Removal of old constructor
- Updated iOS MSAL package to version ~>1.0.3
- Updated Android MSAL package to version 1.0.+
- Added ability to use b2clogin.com, the new preferred authority
- Migrated to Android-X
- logout now returns a value
- Now compatiable with iOS 13
- Added initial logout functionality
- Added nullcheck on interactive callback to avoid crashes when other plugins callback before msal is initialized
- Released of first beta version.
- Small bits of formatting cleanup
- Added new custom exception for returning and handling login errors.
- added swift version to podspec
- added change log for 0.0.3
- testing changes to ensure easier compatiability with new flutter projects
- fixes to the readme documentation
- Removed errors from displaying in returned error message in anticipation to change error handling to throw exceptions
- Removed unused pub dependency
- Removed unused resources
- removed intent filter from plugin which was pointing to example app client id
- Initial release includes the basic functionality and api for a PublicClientApplication capable of getting tokens interactivity and silently for a single user account at a time