Releases: MaikuB/flutter_appauth
Releases · MaikuB/flutter_appauth
flutter_appauth-v1.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
- Added the ability to specify the response mode for authorization requests. This can be done using the
- Updated Dart SDK constraints
flutter_appauth_platform_interface-v4.0.0-dev.1
- Includes changes from 3.1.0
flutter_appauth_platform_interface-v4.0.0-dev.0
- Breaking change
AuthorizationServiceConfiguration
constructor has changed to take named parameters - Added
endSession()
method,EndSessionRequest
andEndSessionResponse
classes to support end session requests
flutter_appauth-v2.0.0-dev.0
- Breaking change
AuthorizationServiceConfiguration
constructor has changed to take named parameters - Added
endSession()
method,EndSessionRequest
andEndSessionResponse
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
- 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
- Migrated to null safety
flutter_appauth_platform_interface-v3.0.0
- Migrated to null safety
AuthorizationServiceConfiguration
andAuthorizationResponse
now haveconst
constructors
flutter_appauth_platform_interface-v3.0.0-nullsafety.3
- Updated
plugin_platform_interface
version requirement
flutter_appauth_platform_interface-v3.0.0-nullsafety.2
clientId
andredirectUrl
are now non-nullable
flutter_appauth_platform_interface-v3.0.0-nullsafety.1
- Updated constraints for
plugin_platform_interface
dependency