0.7.3 • Published 11 years ago
flatiron-http-users v0.7.3
flatiron-http-users
Encapsulated routes and resources for managing users in flatiron HTTP apps
Permissions
- "list all users"
- "modify permissions"
- "confirm users"
Installation
Installing npm (node package manager)
$ curl http://npmjs.org/install.sh | shInstalling flatiron-http-users
$ [sudo] npm install flatiron-http-usersRun Tests
Tests are written in vows and give complete coverage of all APIs and storage engines.
If the admin party for CouchDB is set, the AUTH environment variable can be used to
pass custom credentials, in the form of user:pwd.
$ npm test # OR run
$ AUTH=user:pwd npm testTODO
- Make memory engine work (
./fixtures/app/memory.js) - Add support for Redis and MongoDB (
./fixtures/app/mongodb.js) (./fixtures/app/redis.js)