1.0.1 • Published 5 years ago
angular-bcrypt v1.0.1
angular-bcrypt
This wraps dcodeIO/bcrypt.js with an angular module and provides a service for easy integration into an AngularJS environment.
Installation
- Install the source files using bower:
bower install angular-bcrypt
Include either source file in
dist/
Note: Both files have the same content however one has a hash of the file appended to the filename and will change with each version. The revisioned filename is referenced in the
main
section of the containedbower.json
for use with automated build tools.Require the
dtrw.bcrypt
module in your Angular app- Inject the
bcrypt
service anywhere needed using Angular's dependency injection
Usage
See the decodeIO/bcrypt.js repository for API documentation.
License
See the included LICENSE file