Skip to content

Releases: nodriver-ai/flutter_azure_b2c

v0.0.10

08 Jul 13:20
60d7678
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

21 Aug 16:06
Compare
Choose a tag to compare
  • iOS: fixed missing dependency flutter.h
  • Android: compileSdkVersion 30 -> 31; kotlin_version 1.3.50 -> 1.7.10

v0.0.8

09 Aug 15:38
Compare
Choose a tag to compare

iOs:

  • iOS: iOS devices are now supported.

v0.0.7

14 Mar 12:49
Compare
Choose a tag to compare

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

10 Mar 13:03
Compare
Choose a tag to compare

Bug fix:

  • Web: solved issue when user click back button from policy interactive that prevented further policies to be called

v0.0.5

05 Mar 18:32
Compare
Choose a tag to compare

Bug fix:

  • Resolved access token expireOn deserialization when locale was not en_US (same)

v0.0.4

05 Mar 16:57
Compare
Choose a tag to compare

Bug fix:

  • Resolved access token expireOn deserialization when locale was not en_US

v0.0.3

26 Sep 16:37
Compare
Choose a tag to compare

Minor fixes:

  • Mispelled enum for sign_out callback
  • AzureB2C getters now check if value returned from channel is null

v0.0.1

22 Jul 16:56
Compare
Choose a tag to compare

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!)