ZachTRice / express-passport-mysql

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

License:MIT License


Languages

Language:JavaScript 85.1%Language:HTML 14.9%