rckclmbr / pyportify

App to transfer your spotify playlists to Google Play Music
Apache License 2.0
779 stars 57 forks source link

auth fails #126

Closed JohnTheodore closed 6 years ago

JohnTheodore commented 6 years ago

I believe since I'm using u2f, I'm not able to make 'app passwords'.

It'd be great if the tool just used oauth2, then you don't need less secure app passwords, and you can scope the token to be able to only modify google play which is a lot more secure to only give least privilege access.

rckclmbr commented 6 years ago

Unless something has changed recently, none of the Google music apis use oauth.

On Dec 7, 2017 12:26 PM, "JohnTheodore" notifications@github.com wrote:

I believe since I'm using u2f, I'm not able to make 'app passwords'.

It'd be great if the tool just used oauth2, then you don't need less secure app passwords, and you can scope the token to be able to only modify google play which is a lot more secure to only give least privilege access.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rckclmbr/pyportify/issues/126, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFzY5JCY7HAUtiQxF4vRGcIkI4BIjWbks5s-EnjgaJpZM4Q6JHr .

JohnTheodore commented 6 years ago

You're right.. so weird. I expected all of the google services to use oauth2, huh. There is no official api either.