A simplistic application for creating todo lists.
- Node.js
- Handlebars (HTML templating language to help display a user's data)
- Passport.js (Middleware for user authentication)
- Sequelize (An object relational mapper for making database queries)
- alex996 Authentication Notes - Some core concepts of authentication on the web.
- How to manage sessions with Node.js - An example of an initial setup of a Node app using sessions, Passport, and Sequelize.
- Security Best Practices for Express
- Passport Documentation
- Sequelize Doumentation
- URL Building in Express.js
