Skip to content

Releases: MaikuB/flutter_appauth

flutter_appauth-v2.0.0-dev.2

10 Jul 03:51
Compare
Choose a tag to compare
Pre-release
  • Includes changes from 1.1.0

flutter_appauth_platform_interface-v3.1.0

10 Jul 02:06
5b29bd8
Compare
Choose a tag to compare
  • Added the ability to specify the response mode for authorization requests. This can be done using the responseMode parameter when constructing either an AuthorizationRequest or AuthorizationTokenRequest. This was done as the AppAuth Android SDK throws an exception when this was done via additionalParameters
  • Updated Dart SDK constraints

flutter_appauth-v1.1.0

10 Jul 02:07
5b29bd8
Compare
Choose a tag to compare
    • Added the ability to specify the response mode for authorization requests. This can be done using the responseMode parameter when constructing either an AuthorizationRequest or AuthorizationTokenRequest. This was done as the AppAuth Android SDK throws an exception when this was done via additionalParameters
  • Updated Dart SDK constraints

flutter_appauth_platform_interface-v4.0.0-dev.1

10 Jul 03:16
Compare
Choose a tag to compare
  • Includes changes from 3.1.0

flutter_appauth_platform_interface-v4.0.0-dev.0

27 Jun 09:25
Compare
Choose a tag to compare
  • Breaking change AuthorizationServiceConfiguration constructor has changed to take named parameters
  • Added endSession() method, EndSessionRequest and EndSessionResponse classes to support end session requests

flutter_appauth-v2.0.0-dev.0

27 Jun 09:25
Compare
Choose a tag to compare
Pre-release
  • Breaking change AuthorizationServiceConfiguration constructor has changed to take named parameters
  • Added endSession() method, EndSessionRequest and EndSessionResponse classes to support end session requests
  • Bumped AppAuth Android and iOS SDK dependencies
  • Added FAQs section to readme to describe a common iOS issue with Azure B2C and Azure AD

flutter_appauth-v1.0.0+1

04 Jun 12:47
be0fd7a
Compare
Choose a tag to compare
  • There are no functional changes in this release. The only changes done were to suppress warnings that were occurring as a result of making use of Android v1 embedding APIs for backwards compatibility

flutter_appauth-v1.0.0

20 Mar 00:07
b0d390f
Compare
Choose a tag to compare
  • Migrated to null safety

flutter_appauth_platform_interface-v3.0.0

19 Mar 23:46
Compare
Choose a tag to compare
  • Migrated to null safety
  • AuthorizationServiceConfiguration and AuthorizationResponse now have const constructors

flutter_appauth_platform_interface-v3.0.0-nullsafety.3

  • Updated plugin_platform_interface version requirement