Skip to content

Releases: MaikuB/flutter_appauth

flutter_appauth-v2.1.0

23 Nov 09:44
c3358a6
Compare
Choose a tag to compare
  • [Android] ui_locales can now be passed as part of the additionalParameters included with requests without triggering an exception by the AppAuth Android SDK. Thanks to the PR from dimitristoz

flutter_appauth-v2.0.0

18 Nov 08:27
f8bd32e
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
  • [Android] skips https issuer check if allowInsecureConnections is true. Thanks to the PR from Roman Fürst
  • 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.1.1

14 Nov 05:44
4d9aeee
Compare
Choose a tag to compare
  • [Android] Migrate maven repository from jcenter to mavenCentral

flutter_appauth-v2.0.0-dev.6

10 Nov 12:48
Compare
Choose a tag to compare
Pre-release
  • [iOS] Fixed issue where cancelling an end session request from dialog prompt prevented subsequent end session requests from working
  • Fixed example app so that refreshing access token would work again

flutter_appauth-v1.1.0+2

02 Oct 04:13
2307f7c
Compare
Choose a tag to compare
  • Bumped AppAuth Android and iOS dependencies

flutter_appauth-v1.1.0+1

21 Sep 10:38
92cc21b
Compare
Choose a tag to compare
  • Updated the minimum version iOS supported by the example app to 9.0 since Flutter 2.5 has deprecated support for 8.0

flutter_appauth-v2.0.0-dev.4

21 Sep 11:15
Compare
Choose a tag to compare
Pre-release
  • Includes changes from 1.1.0+1 release

flutter_appauth-v2.0.0-dev.3

04 Aug 10:42
Compare
Choose a tag to compare
Pre-release
  • [Android] skips https issuer check if allowInsecureConnections is true. Thanks to the PR from Roman Fürst

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