mongoose-identity-store

0.3.5 • Public • Published

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

  • First version

Internal Stuff

  • npm run-script watch

Publish new version

  • Change version in package.json git add . -A git commit -m "Upgrading to v0.3.5" git push git tag -a v0.3.5 -m 'version 0.3.5' git push --tags npm publish

Contributing to mongoose-identity-store

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the package.json, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright

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

Dependents (0)

Package Sidebar

Install

npm i mongoose-identity-store

Weekly Downloads

0

Version

0.3.5

License

none

Last publish

Collaborators

  • mwawrusch