thedouglenz / thou_hast_been

0 stars 0 forks source link

use passport / passport-local to integrate login #1

Closed thedouglenz closed 10 years ago

thedouglenz commented 10 years ago

The registration system is functioning fine, for now. The login system needs to be fleshed out. Users login with an email and a password and need to have their credentials verified according to passport's functions: check db for existing user account, verify the password they entered is the same as the unhashed one from the db

thedouglenz commented 10 years ago

rating: medium

thedouglenz commented 10 years ago

finished 08/23/2014