Skip to content

ggoral/try-passport-with-sequelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to try-passport-with-sequelize

Another sample for authentication system, more simple than previous sample

Installation

  1. Clone the repo: git clone [email protected]:ggoral/try-passport-with-sequelize.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