Skip to content

Commit 8d266d8

Browse files
authored
[flutter_appauth] Reworked identity provider tutorial section, added 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.
1 parent defe695 commit 8d266d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flutter_appauth/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55

66
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.
77

8-
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/).
9-
108
**IMPORTANT NOTES**:
119
- 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)
1210
- 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
1311

12+
## Tutorials from identity providers
13+
14+
* [Auth0](https://auth0.com/blog/get-started-with-flutter-authentication/)
15+
* [FusionAuth](https://fusionauth.io/blog/2020/11/23/securing-flutter-oauth/)
16+
1417

1518
## Getting Started
1619

0 commit comments

Comments
 (0)