express-passport-mysql
v1.0.0
Published
Express 4.x app using Passport for authentication with username and password stored in MySQL.
Downloads
9
Maintainers
Readme
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/