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
- Host: GitHub
- URL: https://github.com/pin3da/passport-couchdb
- Owner: pin3da
- Created: 2014-07-04T17:36:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-07T00:14:01.000Z (about 12 years ago)
- Last Synced: 2024-04-08T09:10:15.432Z (over 2 years ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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