Another sample for authentication system, more simple than previous sample
- Clone the repo:
git clone git@github.com:ggoral/try-passport-with-sequelize.git - Change directory:
cd easy-passport-local-sequelize-express4-sample - Install dependencies:
npm install - Change your database settings in
config/config.json - Migrate your database:
npm run migrate - Start your server:
npm start - View your app in browser.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
https://github.com/mjhea0/passport-local-express4
https://github.com/madhurjain/passport-local-sequelize
https://scotch.io/tutorials/easy-node-authentication-linking-all-accounts-together