TODO:

mongoose-identity-store-multi-tenant

npm install mongoose-identity-store-multi-tenant

NOTE - THIS IS EXPERIMENTAL.

A bunch of mongoose schemas to implement identity management (users, accesstokens, oauth apps)

This is a work in progress, and some indexes need to be defined. You have been warned

Release Notes

0.3.5

sarcasm: exporting the Role schema might be helpful too.

0.3.4

exposed role management methods

0.3.3

updated versions allow for models to be created from connections

0.3.2

Bug fix: On creation of a facebook account that has an invalid email address don't blow up. Reason: If a user has a facebook account associated with an invalid address facebook returns a bogus record...

0.3.1

Added autoIndex option to store creation, defaults to true. Updated dependencies

0.3.0

Bumped some of deps up, especially mongoose

0.2.7

Added retrieval of users by usernames

0.2.6

Added lookup method for fast mention lookup to users.

0.2.5

bcrypt update, fixes memory leak or so they say

0.2.4

Added tests, and getByIds

0.2.3

destroy paranoid users too

0.2.2

added user.destroy

0.2.0

Stuff

npm test npm run-script docs

node_modules/.bin/grunt # Starts the watch & test run node_modules/.bin/grunt coffee # Compiles the coffeescript

node_modules/.bin/grunt release node_modules/.bin/grunt release:minor node_modules/.bin/grunt release:major

Contributing to mongoose-identity-store

Copyright (c) 2012 Martin Wawrusch See LICENSE for further details.