You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written a plugin through JCEF to render web pages where the web page can be logged in through a Google account. When logging in with my Google account it prompts that the current browser is not secure, how can I avoid this? Where can I get help with this? Any information you can provide would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
This is caused by their anti-bot protections, don't try to work around it, it's a lot of effort. Better to delegate the login to the user's own browser using OAuth.
Yes, Google thinks JCEF is not safe. We can't do much about this as well as we recommend to not workaround this. It's better to other ways for authentication.
I have written a plugin through JCEF to render web pages where the web page can be logged in through a Google account. When logging in with my Google account it prompts that the current browser is not secure, how can I avoid this? Where can I get help with this? Any information you can provide would be greatly appreciated.
The text was updated successfully, but these errors were encountered: