nknaian / musicrecs

A Spotify-powered music recommendation platform with snoozin 'n friends
MIT License
3 stars 0 forks source link

User Accounts: Add flask login capability #47

Closed nknaian closed 3 years ago

nknaian commented 3 years ago

Literally just follow https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-v-user-logins ...seems like it's all there

At the end of this there should be:

nknaian commented 3 years ago

Instead of logging in using a password, spotify can be used for authentication ('log in with spotify')

nknaian commented 3 years ago

Closing this for now in favor of #26....the capabilities that Flask-Login gives aren't necessary if we're using spotify as login authenticator