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

https://github.com/pin3da/passport-couchdb

Example of passport authentication using Express 4.0 and couchdb
https://github.com/pin3da/passport-couchdb

Last synced: 9 months ago
JSON representation

Example of passport authentication using Express 4.0 and couchdb

Awesome Lists containing this project

README

          

passport-couchdb
================

Example of passport authentication using Express 4.0, couchdb and resourceful.js

Provides a basic example of Sing up, Log in and Log out.

### Requirements

Just install [couchdb](http://couchdb.apache.org/) and create a db called 'passport-test'.

### Install

npm install

### Run

npm start

____

Manuel Pineda