joshheinrichs / cmpt436-project

A social web-based debt-tracking application.
0 stars 3 forks source link

Login System #2

Open joshheinrichs opened 8 years ago

joshheinrichs commented 8 years ago

To justify having 4 people working on the backend, we might want to read up on implementing our own login system. This area could get expanded like crazy, adding in support for password resets, and fancy stuff like Google Authentication (TOTP).

joshheinrichs commented 8 years ago

We definitely want support for other login systems like Google+, Facebook, and Twitter as well. We can use goth for this, which simplifies the interfaces significantly.