The Wayback Machine - https://web.archive.org/web/20211225174657/https://github.com/th-ch/youtube-music/issues/327
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

2 Factor Authentication on Google Account reports wrong device type on "New sign-in alerts" and Google Account security activity. #327

Open
ESodikromo opened this issue Jun 16, 2021 · 2 comments · May be fixed by #515

Comments

@ESodikromo
Copy link

@ESodikromo ESodikromo commented Jun 16, 2021

When logging in to the app, using 2FA will send a message to another device to confirm the login request. However, instead of displaying the correct info for the machine used to login (Windows, Laptop Name), all that was reported was a nondescript "Mac" machine. The reported location was correct, however. This same info is accessible from the Google Account/Security If this is intended, explain so on the download page or in the app to prevent confusion and worry over unspecified login attempts.

@Bellisario
Copy link

@Bellisario Bellisario commented Jun 16, 2021

Yes, in fact to prevent Google from blocking the login, there is Mac user agent, but the problem is that isn't explained correctly...
Here are two solutions:

  • Advert the user the login is "made" by a Mac (a false Mac);
  • Detect platform and send to Google Login an user agent that respects the platform detected (ex. Windows as Windows, etc. and not Windows as Mac)
@Araxeus
Copy link
Contributor

@Araxeus Araxeus commented Nov 8, 2021

This issue should be fixed and can be closed

@Araxeus Araxeus linked a pull request that will close this issue Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment