Releases: nodriver-ai/flutter_azure_b2c
Releases · nodriver-ai/flutter_azure_b2c
v0.0.9
- iOS: fixed missing dependency flutter.h
- Android: compileSdkVersion 30 -> 31; kotlin_version 1.3.50 -> 1.7.10
v0.0.8
iOs:
- iOS: iOS devices are now supported.
v0.0.7
Bug fix:
- Web: solved issue when using REDIRECT method and user clicks forgot password and either INIT and PASSWORD_RESET callbacks are
triggered. Added session storage clean up before triggering PASSWORD_RESET callback to prevent interaction_in_progress MSAL error when calling the next authority.
v0.0.6
Bug fix:
- Web: solved issue when user click back button from policy interactive that prevented further policies to be called
v0.0.5
Bug fix:
- Resolved access token expireOn deserialization when locale was not en_US (same)
v0.0.4
Bug fix:
- Resolved access token expireOn deserialization when locale was not en_US
v0.0.3
Minor fixes:
- Mispelled enum for sign_out callback
- AzureB2C getters now check if value returned from channel is null
v0.0.1
First public release of the flutter_azure_b2c plugin.
Supported feauture:
* Platforms:
--> Android
--> Web
* Functionalities:
--> Trigger any default or custom policy
--> Tokens storage
--> Sign out
--> (External providers (e.g. Google) not tested!)