flutter_plugins_help icon indicating copy to clipboard operation
flutter_plugins_help copied to clipboard

AppAuth plugin

Open pulyaevskiy opened this issue 7 years ago • 1 comments

This one would be really cool to have.

Native libraries:

  • https://openid.github.io/AppAuth-iOS/
  • https://openid.github.io/AppAuth-Android/

This would be an alternative to existing google_sign_in which would allow use cases like "sign in with multiple Google accounts".

I'm not working on this at the moment but very possible will at some point later this year unless someone else picks it up.

I'd imagine implementation could be based heavily on google_sign_in plugin.

pulyaevskiy avatar Apr 17 '18 18:04 pulyaevskiy

I've done one. Any contributions and feedback would be welcome :)

https://github.com/MaikuB/flutter_appauth

MaikuB avatar Mar 06 '19 08:03 MaikuB