Skip to content

Changed node module bcrypt to bcryptjs

Anton Komarev requested to merge a-komarev:fix/bcrypt-compilation-issue into master

Created by: a-komarev

Since CentOS has issues with node-gyp compilation we decided to switch to bcryptjs package because it doesn't have such requirements and has same API.

Merge request reports