Skip to content

Releases: MaikuB/flutter_appauth

flutter_appauth-v2.4.1

27 Feb 04:19
e83135d
Compare
Choose a tag to compare
  • [iOS] fixed issue with scopes not being sent correctly as they should've been space-delimited instead of comma-delimited. Thanks to the PR from Angle Wang

flutter_appauth-v2.4.0

20 Feb 12:36
1bc028c
Compare
Choose a tag to compare
  • Added scopes property to TokenResponse class and AuthorizationTokenResponse class that inherits from it. Thanks to PR from leoshusar
  • [Android] applied fix to a scenario where skipping https check on the issuer wasn't done for refreshing tokens. Thanks to the PR from Javier Puerto

flutter_appauth-v2.3.0

08 Feb 11:54
Compare
Choose a tag to compare
  • [Android] claims 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 Garry Jeromson

flutter_appauth-v2.2.0

15 Dec 11:45
6f4571e
Compare
Choose a tag to compare
  • [Android] updated error handling so more details are returned. Thanks to Andreas Kägi for originally starting on the PR

flutter_appauth-v2.1.0+1

23 Nov 10:23
49d7919
Compare
Choose a tag to compare
  • Fix grammar in 2.1.0 changelog entry

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