0.1.1 • Published 10 years ago

mongoose-password-bcrypt-nodejs v0.1.1

Weekly downloads
52
License
MIT
Repository
github
Last release
10 years ago

mongoose-password-bcrypt-nodejs

Mongoose plugin providing a password field using bcrypt-nodejs

build status Dependency Status

Installation

This module is installed via npm:

$ npm install mongoose-password-bcrypt-nodejs

Example Usage

var mongoosePasswordBcryptNodejs = require('mongoose-password-bcrypt-nodejs');

License

Copyright (c) 2014 Ian Macalinao under the MIT License