Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Diegow3b's full-sized avatar
🎯
Focusing

Diego Vinicius Diegow3b

🎯
Focusing
View GitHub Profile
@Diegow3b
Diegow3b / express-passport-local.md
Created March 15, 2017 01:53 — forked from phalkunz/express-passport-local.md
Setup local (username/password) authentication in express.js (using passport.js)

Setup the project folder

    mkdir passport-local
    npm init
    # Use default values for npm init prompts

Install required packages