tiki / app-strategy-goog

Account provider for Google
MIT License
0 stars 0 forks source link

Fix Android redirect loop in example app #19

Open ricardobrg opened 2 years ago

ricardobrg commented 2 years ago

When running example app, In Android, after signing in, the user is redirected to Google's login form.

Check the build.gradle and Android manifest setup for app auth. The one described in https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth is not working.

Acceptance criteria: 1- The user should be redirected to the app after successful login in Android.

ricardobrg commented 2 years ago

reference #6