mongoose-identity-store

npm install mongoose-identity-store

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.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

Internal Stuff

Publish new version

Contributing to mongoose-identity-store

Copyright

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