MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 238 forks source link

Login without leaving app? #489

Open jjjessen opened 3 months ago

jjjessen commented 3 months ago

I have followed the example from the repo and I have authorization working fine in my app. However, I would prefer that the user doesn't leave my app i.e. I would like to design the email/password fields and send the values to the provider. Does flutter_appauth support such a scenario?