MLH / mlh-hackathon-nodejs-mongodb-starter

MIT License
2 stars 3 forks source link

Email and Password Authentication #15

Open kachengieong opened 4 years ago

kachengieong commented 4 years ago

Original issue: Some hackathon projects will want to be able to use their own login system. Our example app should support users signing up and logging on using typical email/password credentials. This was not included originally with the starter kit because (IMHO) it adds unneeded complexity to applications to support custom logins. However, our starter kit should probably be more flexible. What I did: I created a login page and signup page so the users can create their own account using their email address instead of logging in to GitHub. Finish the frontend side of the issue and the backend is in progress

2020-08-19 (1) 2020-08-19

mkcode commented 4 years ago

This looks great so far. Nice work @kachengieong