noobling / Homefornow

Current beta website
https://www.homefornow.org.au
MIT License
8 stars 3 forks source link

Complete basic user authentication with sessions #1

Closed noobling closed 6 years ago

noobling commented 6 years ago

This seems to be working with limited testing using postman (its an app that allows me to make url/api calls)

If a user is logged in then you will have access to this user throughout the controllers through req.session.user so you can make useful calls such as req.session.user.name throughout the app

noobling commented 6 years ago

Issues: