christopher-dG / gpymusic

Google Py Music: A simple TUI client for Google Play Music
MIT License
200 stars 13 forks source link

Don't store password in plain-text file #7

Closed Airblader closed 7 years ago

Airblader commented 7 years ago

The title should be pretty self-explanatory.

christopher-dG commented 7 years ago

This is first on the todo list right now, I just need to figure out how to do it properly. Thanks!

christopher-dG commented 7 years ago

Plain text passwords are now optional. I don't think this is the greatest solution, but until gmusicapi.Mobileclient allows oauth2 I can't think of anything else.