bcrypt-domain-aware
v0.1.1
Published
Domain aware bcrypt
Downloads
2
Readme
bcrypt-domain-aware
Overview
A domain aware wrapper for the bcrypt module.
The API is meant to be the exact same as the bcrypt module's API.
Installation
Install via npm:
$ npm install bcrypt-domain-aware --save
Building and Testing
To buld the module run:
$ make
Then, to run the tests run:
$ make test
License
See the LICENSE file for details.