Skip to content

Commit

Permalink
[flutter_appauth] Reworked identity provider tutorial section, added …
Browse files Browse the repository at this point in the history
…FusionAuth. (MaikuB#160)

* Reworked provider tutorial section, added FusionAuth.

* Updated readme based on PR feedback.

Split out to a separate section.
Made it clear that these weren't related to the 'provider' package.
  • Loading branch information
mooreds authored Nov 30, 2020
1 parent defe695 commit 8d266d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flutter_appauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@

A Flutter bridge for AppAuth (https://appauth.io) used authenticating and authorizing users. Note that AppAuth also supports the PKCE extension that is required some providers so this plugin should work with them.

If you're using Auth0, there is a detailed post on the Auth0 blog on how you can use this plugin with Auth0 that you can check out by opening [this link](https://auth0.com/blog/get-started-with-flutter-authentication/).

**IMPORTANT NOTES**:
- This plugin requires apps to be using AndroidX. The Flutter tooling supports creating apps with AndroidX support but requires passing the `androidx` flag. Details on AndroidX compatibility and migration can be found [here](https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility)
- If Chrome Custom Tabs are not working in your Android app, check to make sure that you have the latest version of this plugin, Android Studio, Gradle distribution and Android Gradle plugin for your app. There was previously a known [issue](https://issuetracker.google.com/issues/119183822) with the Android tooling with AndroidX that should now be resolved since Android Studio 3.4 has been released

## Tutorials from identity providers

* [Auth0](https://auth0.com/blog/get-started-with-flutter-authentication/)
* [FusionAuth](https://fusionauth.io/blog/2020/11/23/securing-flutter-oauth/)


## Getting Started

Expand Down

0 comments on commit 8d266d8

Please sign in to comment.