Skip to content

Mongoose Schemas and logic for identity management (users, oauth apps, that kind of stuff)

License

Notifications You must be signed in to change notification settings

bewest/mongoose-identity-store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.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.1" git push git tag -a v0.2.7 -m 'version 0.3.1' 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.

About

Mongoose Schemas and logic for identity management (users, oauth apps, that kind of stuff)

Resources

License

Stars

Watchers

Forks

Packages

No packages published