node-login icon indicating copy to clipboard operation
node-login copied to clipboard

A template for quickly building login systems on top of Node.js & MongoDB

Results 11 node-login issues
Sort by recently updated
recently updated
newest added

Fully backwards compatible. New user passwords will be hashed using PBKDF2 (10000 iterations, sha256, 16 byte salt) and stored in MongoDB (hash length 32) along with a pass_ver field (pass_ver...