https://github.com/sourcec0de/express4-passport-example
https://github.com/sourcec0de/express4-passport-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sourcec0de/express4-passport-example
- Owner: sourcec0de
- Created: 2014-09-28T15:15:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-28T17:37:09.000Z (over 11 years ago)
- Last Synced: 2025-01-12T11:33:00.504Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Express 4.x with Local Passport Authentication
======================================================
#### Getting Started
These commands will configure the application for you
```sh
npm install -g nodemon
npm install
```
This command will start the server
```sh
# it assumes index.js
nodemon
```
Navigate to `http://localhost:3082` in your browser and click on the login link.
Check `./lib/auth/users.js` for a list of available users and passwords.