cfangmeier / tuijam

A fancy TUI client for Google Play Music
MIT License
129 stars 9 forks source link

Update to Oauth Login scheme for gmusicapi #40

Closed cfangmeier closed 5 years ago

cfangmeier commented 5 years ago

The username/password login scheme of gmusicapi has been depreciated in favor of a new oauth based scheme. tuijam needs to update to use this new scheme.

cfangmeier commented 5 years ago

393ec82336ac27fff5e411c37789b74450886306 fixes this. Actually, rendered quite a bit of code redundant/obselete so I'd call this a win.