codetheweb / aoede

🎧 a self-hosted Spotify → Discord music bot
MIT License
292 stars 27 forks source link

Make credentials optional if using on local network #2

Open oleggtro opened 3 years ago

oleggtro commented 3 years ago

afaik it shoult be possible to use the bot with spotify webapi tokens -> it should be possible to implement oauth and offer the bot to more than one user without giving away login credentials

oleggtro commented 3 years ago

any comment on this? @codetheweb

codetheweb commented 3 years ago

librespot doesn't (and won't) support OAuth.

Making the credentials optional in the case of using it on your local network seems like a good feature to add though.

codetheweb commented 3 years ago

I'll keep this open for now and reword it slightly.

oleggtro commented 3 years ago

I think I may use this as one of my hacktober contribs