TechForPR / chefsForPR

Platform to manage the distribution of meals created by World Kitchen
http://chefs4pr.com
MIT License
3 stars 2 forks source link

Create user login and signup pages #1

Closed dvidsilva closed 7 years ago

dvidsilva commented 7 years ago

Use express-passport-local to allow users to create accounts.

There are some guides here: https://scotch.io/tutorials/easy-node-authentication-setup-and-local

But anything works.

The urls can be:

/user/login /user/signup

Steps are roughly like:

dvidsilva commented 7 years ago

@jideokus will be working on this.