In this case `bcrypt` won't work anyway because it uses node-gyp and links to OpenSSL and Workers do

In this case
bcrypt
won't work anyway because it uses node-gyp and links to OpenSSL and Workers don't support native Node modules (ones that link to C++).
Was this page helpful?