climatechangemakers / climate-changemakers-act

GNU General Public License v3.0
5 stars 0 forks source link

Verify user credentials for authenticated routes #362

Closed kevincianfarini closed 2 years ago

kevincianfarini commented 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.

kevincianfarini commented 2 years ago

I should almost certainly add a salt to this. I misunderstood the value-add of salts.

kevincianfarini commented 2 years ago

@EvanHahn This is ready for review!

EvanHahn commented 2 years ago

I'll plan to look this weekend.

kevincianfarini commented 2 years ago

@EvanHahn nudge 🙂