guitar-strings-123 / capstone-project

0 stars 1 forks source link

bcrypt initialization #90

Closed bryceAM closed 1 year ago

bryceAM commented 1 year ago

db/models/user.js

const bcrypt = require('bcrypt');
// salt_count increased to 11 for extra security without too much speed loss
const SALT_COUNT = 11;

package.json

"dependencies": {
    ...,
    "bcrypt": "^4.0.1"
  },
bryceAM commented 1 year ago

Mine mine mine. This one's mine!

bryceAM commented 1 year ago

To be completed by this task...

To be completed by subsequent task/s...