JustYuuto / deezer-discord-rpc

A Discord RPC for Deezer
Mozilla Public License 2.0
48 stars 9 forks source link

Fix Google login window #44

Closed TanukiPenny closed 2 months ago

TanukiPenny commented 2 months ago

Not sure why it was not working before but it seem just allowing the action to run works for the Google login window

TanukiPenny commented 2 months ago

Something weird is going on. It works fine when run in dev, but the build errors because google think the app is not secure...

TanukiPenny commented 2 months ago

So from what I can see its all cause of Google blocking login from apps that change the web request headers. I am gonna leave this as a draft while I try to find a way get around this issue if that's ok. I'm thinking I can either try to get Deezer to work with default headers, or find a way to use default headers with just Google.

TanukiPenny commented 2 months ago

I was able to create a Deezer account with a fresh Google account on a fully installed version. I hope that this works for everyone!

JustYuuto commented 2 months ago

Hi, thank you for your contribution!