1.0.0 • Published 5 years ago

express-passport-mysql v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

express-passport-mysql

Express using passport.js to login, signup, logout users against credentials in MySQL db

This example demonstrates how to use Express 4.x and Passport to authenticate users using a username and password with form-based authentication connected to a MySQL database.

Instructions

To install this example on your computer, clone the repository and install dependencies.

$ git clone https://github.com/passport/express-passport-mysql.git
$ cd express-passport-mysql
$ npm install

Start the server.

$ npm start

Open a web browser and navigate to http://localhost:3000/