dedpnd / yaradio-yamusic

Yandex Music desktop application
MIT License
223 stars 21 forks source link

Unable to login via Google authentication on the latest version #27

Open Mikey1993 opened 3 years ago

Mikey1993 commented 3 years ago

Using the latest version, I am getting this screen after entering my email as requested by the google window: image

Is it something you can somehow fix? Thanks!

dedpnd commented 3 years ago

Hi @Mikey1993. Thanks for your feedback, I'll check it out.

dedpnd commented 3 years ago

There is no concrete solution yet. More information here: https://stackoverflow.com/questions/41705752/google-oauth-electron-webview-deprecation You can try this: https://support.google.com/accounts/answer/6010255

Mikey1993 commented 3 years ago

There is no concrete solution yet. More information here: https://stackoverflow.com/questions/41705752/google-oauth-electron-webview-deprecation You can try this: https://support.google.com/accounts/answer/6010255

@dedpnd , Isn't google suggesting that the APP is not considered as safe enough for Google? From the support you linked: If an app or site doesn’t meet our security standards, Google might block anyone who’s trying to sign in to your account from it

dedpnd commented 3 years ago

@Mikey1993 That's right. Now google considers "electron" unsafe

Mikey1993 commented 3 years ago

@dedpnd Can this be of any help? https://pragli.com/blog/how-to-authenticate-with-google-in-electron/