stevenleeg / geemusic

A bridge between Google Music and Amazon's Alexa
GNU General Public License v3.0
664 stars 181 forks source link

Uses new oauth_login from latest develop branch on gmusicapi #273

Open fergyfresh opened 5 years ago

fergyfresh commented 5 years ago

@stevenleeg, I reworked this to use the new login feature Simon added to the gmusicapi lib. It works for me, but I wanted to have you review it and see if we wanted to have feature flags or completely deprecate the old login since there were so many issues with it.

I updated the code and the README to re-illustrate how, using this new feature, you don't need to supply any credentials but the hashed device id. This is more secure and a more straight forward way than using the app password imho.

Lemme know if you have any questions.