Releases: MaikuB/flutter_appauth
Releases · MaikuB/flutter_appauth
flutter_appauth-v2.1.0
- [Android]
ui_locales
can now be passed as part of theadditionalParameters
included with requests without triggering an exception by the AppAuth Android SDK. Thanks to the PR from dimitristoz
flutter_appauth-v2.0.0
- Breaking change
AuthorizationServiceConfiguration
constructor has changed to take named parameters - Added
endSession()
method,EndSessionRequest
andEndSessionResponse
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
- [Android] Migrate maven repository from jcenter to mavenCentral
flutter_appauth-v2.0.0-dev.6
- [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
- Bumped AppAuth Android and iOS dependencies
flutter_appauth-v1.1.0+1
- 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
- Includes changes from 1.1.0+1 release
flutter_appauth-v2.0.0-dev.3
- [Android] skips https issuer check if
allowInsecureConnections
is true. Thanks to the PR from Roman Fürst
flutter_appauth-v2.0.0-dev.2
- Includes changes from 1.1.0
flutter_appauth_platform_interface-v3.1.0
- Added the ability to specify the response mode for authorization requests. This can be done using the
responseMode
parameter when constructing either anAuthorizationRequest
orAuthorizationTokenRequest
. This was done as the AppAuth Android SDK throws an exception when this was done viaadditionalParameters
- Updated Dart SDK constraints