An open API service indexing awesome lists of open source software.

https://github.com/sourcec0de/express4-passport-example


https://github.com/sourcec0de/express4-passport-example

Last synced: 8 months ago
JSON representation

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.