-
Notifications
You must be signed in to change notification settings - Fork 1
Couchdb based authentication for express
victorkane edited this page Jun 24, 2011
·
8 revisions
The three that stand out are cradle, couch-client (also see connect-couchdb)
See http://www.ianwootten.co.uk/2011/02/07/blog-rolling-with-couchdb-express-and-node-js
See http://artem.co.vu/nodejs-authentication-with-couchdb-and-expres
See http://www.bytemuse.com/2011/06/getting-started-with-node-js-express-and-couchdb/
connect-couchdb:
- https://github.com/ryankirkman/connect-couchdb
- The former depends on: https://github.com/cloudhead/cradle
- This can be used as in sessions and connect-redis
See https://gist.github.com/652819 Express authentication using Redis for session store and Couchdb for database (in coffeescript!)
See NodeTuts Episode 13: Authentication in Express - Sessions and Route middleware
See also