invertase / flutter_desktop_webview_auth

WebView OAuth flows for desktop flutter apps
Apache License 2.0
34 stars 35 forks source link

Can we maintain cookies in webView for google Sign in. #29

Open rohitsangwan01 opened 2 years ago

rohitsangwan01 commented 2 years ago

Thanks for this awesome package , Can we maintain cookies or somehow save login details of users , currently we have to login every time in webView for google signin can we avoid this somehow like in Android we got a list of already logged in google accounts to choose for signIn

amorenew commented 1 year ago

@rohitsangwan01 Do you use silent login "_googleSignIn.signInSilently()" on firebase from google_sign_in package? in release mode the app auto login and no issue there

rohitsangwan01 commented 1 year ago

@amorenew no am not using _googleSignIn.signInSilently() , btw haven't tried in release mode yet