passwordless-mongostore
passwordless-mongostore copied to clipboard
Token store for Passwordless using MongoDB
First off, thanks for passwordless! At the moment I'm using it on a Windows machine, and despite my best efforts I can't convince node-gyp to behave, so I'm having to...
This storage backend uses `bcrypt` to hash the tokens, but it shouldn't be necessary. The purpose of bcrypt is to take a low-entropy string and turn it into a high-entropy...
Updated dependencies and solved deprecation warnings
node --version: v10.16.3 Just tried installing, got this error: > [email protected] install /Projects/Mesa/mesa/node_modules/passwordless-mongostore/node_modules/bcrypt > node-gyp rebuild CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o In file included from ../src/bcrypt_node.cc:1: In file included...
latest mongodb no longer returns a db, but a client. Need to then pull db object.
The previous version v0.8.7 is no longer compatible with node-gyp build tools on windows. Bcrypt @ v.0.8.7 breaks with error message "MSBUILD : error MSB4132: The tools version "2.0" is...