Closed kevincianfarini closed 2 years ago
This commit includes a database migration which creates a new user table. The credentials held within this table, namely the password, are hashed with bcrypt.
I should almost certainly add a salt to this. I misunderstood the value-add of salts.
@EvanHahn This is ready for review!
I'll plan to look this weekend.
@EvanHahn nudge 🙂
This commit includes a database migration which creates a new user table. The credentials held within this table, namely the password, are hashed with bcrypt.