Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get you signed in #47

Open
andetsuu opened this issue Jan 21, 2022 · 2 comments
Open

Can't get you signed in #47

andetsuu opened this issue Jan 21, 2022 · 2 comments

Comments

@andetsuu
Copy link

When i try to login with my gmail it saya "This app is not secure to login"
any solves?

@LeviBickel
Copy link
Contributor

LeviBickel commented Jan 24, 2022

@cetinofflegend It appears that Google blocks logging in through a web view which is how cefsharp operates. It seems there may be some workarounds by enabling less secure apps in your google account.

  1. https://support.google.com/accounts/thread/22873505/this-browser-or-app-may-not-be-secure-error-when-trying-to-sign-in-with-google-on-desktop-apps?hl=en
  2. https://support.google.com/accounts/answer/6010255#zippy=%2Cif-less-secure-app-access-is-off-for-your-account

@robinrodricks There might be a potential implementation detailed in the answer to this StackOverflow answer though. There is also OAuth for Desktop apps in the second link.

  1. https://stackoverflow.com/questions/62506808/how-do-i-sign-in-to-google-with-cefsharp-browser-in-wpf
  2. https://developers.google.com/identity/protocols/oauth2/native-app

@LandarXT
Copy link
Contributor

I temporarily fixed this with #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants