express-sequelize-authentication-boilerplate icon indicating copy to clipboard operation
express-sequelize-authentication-boilerplate copied to clipboard

Custom authentication with express, sequelize, and bcrypt. Uses handlebars to demonstrate front-end use.

Express Sequelize Authentication Boilerplate

To get started

  • you must have yarn, mysql, and node installed
  • create local db named custom_auth_tutorial
  • yarn install
  • yarn start

Recommended Installations

  • nodemon
  • mySQL Workbench
  • postman

Inspired by my medium post here: https://medium.com/@jgrisafe/custom-user-authentication-with-express-sequelize-and-bcrypt-667c4c0edef5

Screen Shots

login page

login image

register page

register image

logged-in view

logged-in image