MaikuB / flutter_appauth

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

Is it possible to login without WebView? #389

Closed d-apps closed 1 year ago

MaikuB commented 1 year ago

Strictly speaking the APIs used aren't webviews but to answer your question, no. A reminder that this plugin acts as a wrapper for other SDKs and that you should do research on what is considered best practice for OAuth with native apps. If you want to handle things differently then you should be conscious of both of these points and may need your own solution for your needs