Skip to content

ggoral/easy-passport-local-sequelize-express4-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to easy-passport-local-sequelize-express4-sample (DEPRECATED)

In the absence of complete sample, here you have a very very very easy example authentication system. This sample is DEPRECATED.

Please take a look here https://github.com/ggoral/try-passport-with-sequelize

Installation

  1. Clone the repo: git clone [email protected]:ggoral/easy-passport-local-sequelize-express4-sample.git
  2. Change directory: cd easy-passport-local-sequelize-express4-sample
  3. Install dependencies: npm install
  4. Change your database settings in config/config.json
  5. Migrate your database: npm run migrate
  6. Start your server: npm start
  7. View your app in browser.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Thanks to:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published