You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flutter_appauth][flutter_appauth_platform_interface] add responseMode as parameter for android and ios (#221)
* add responseMode as parameter for android and ios
* add responseMode to interface test
* removed console outputs
* add responseMode to authorize test method
* fixed authorize test method
* revert pubspec.yaml, use version instead of path for flutter_appauth_platform_interface
* increased version from 3.0.0 to 3.1.0
* increase version to 1.1.0
* add responseMode to AuthorizationRequest and amend changelog entries
Co-authored-by: Barth, Stefan <[email protected]>
Co-authored-by: Michael Bui <[email protected]>
Copy file name to clipboardExpand all lines: flutter_appauth/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 1.1.0
2
+
3
+
** 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`.
4
+
1
5
## 1.0.0+1
2
6
3
7
* 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
Copy file name to clipboardExpand all lines: flutter_appauth/pubspec.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: flutter_appauth
2
2
description: This plugin provides an abstraction around the Android and iOS AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID Connect providers
Copy file name to clipboardExpand all lines: flutter_appauth_platform_interface/CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## [3.1.0]
2
+
3
+
* 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`.
0 commit comments