cls-bcrypt
cls-bcrypt provides a shim layer for bcrypt so that it will work with continuation-local-storage. It does this by binding all callbacks passed to bcrypt's functions.
var cls = ;var ns = cls; var bcrypt = ; // load shimns;
tests
The tests can be run with npm test
.