forked from MaikuB/flutter_appauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flutter_appauth][flutter_appauth_platform_interface] added support f…
…or end session requests (MaikuB#216) * progress on end session on iOS * various fixes * further updates to platform interface to handle end session requests * bump AppAuth iOS dependency to 1.4.0 * update AuthorizationServiceConfiguration to have nullable props * complete wiring up end session request on Android and iOS * update plugin for prerelease * add missing changelog entry on SDK dependencies being bumped * update Dart SDK constraints * update readmes and add mention to changelog * fix null endSessionEndpoint crash on iOS * bump platform interface * fix merge issue * bump plugin * Skip https issuer check if allowInsecureConnections is true. (MaikuB#228) * bump to 2.0.0-dev.3 * bump AppAuth Android dependency * create external user agent per request, which also issue where cancelling an end session request once won't allow for subsequent sessions to work * fix example app so that refreshing access token works again * bump for release * fix imports in example app * fix spacing in changelog * bump platform interface to 4.0.0 stable release * bump plugin to 2.0.0 stable Co-authored-by: Roman Fürst <[email protected]>
- Loading branch information
Showing
23 changed files
with
518 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# flutter_appauth | ||
A Flutter plugin that provides a wrapper for native AppAuth SDKs (https://appauth.io) used authenticating and authorizing users. The repository consists of the following folders | ||
|
||
- flutter_appauth: code for the plugin | ||
- flutter_appauth_platform_interface: the code for common platform interface | ||
- [flutter_appauth](https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth): code for the plugin | ||
- [flutter_appauth_platform_interface](https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface): the code for common platform interface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
184 changes: 144 additions & 40 deletions
184
...auth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.