The-Apiary / buzz

A podcast client with functionality inspired by Rdio
0 stars 2 forks source link

Create user login system #2

Closed everett1992 closed 10 years ago

everett1992 commented 10 years ago

Currently user accounts are anonymous. Each user account has a randomly generated hash_id, going to / logs the user with that id in.

We should use oauth, or roll our own passwords, or something else.

everett1992 commented 10 years ago

Users can login with facebook or continue to use their randomly generated ID.