ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

HTTPS Scheme #63

Closed vitortoigo closed 1 year ago

vitortoigo commented 1 year ago

I'm using flutter_webview and want integrate OAuth. Any methods to use https scheme?

Just dont return back to my flutter app after authentication.

Like this:

`

`

await FlutterWebAuth2.authenticate( url: request.url, callbackUrlScheme: 'https', );

ThexXTURBOXx commented 1 year ago

Please follow the issue template and read the troubleshooting guide.