BYUCS452F2021 / Plan-Bae

0 stars 0 forks source link

Update user creation endpoint to hash+salt password #30

Open tylanmm opened 2 years ago

tylanmm commented 2 years ago

Right now we're just storing the passwords as plaintext. I'm not really concerned at all about security right now, but it would still probably be a good idea to do whatever we need to in order to make the password storage more secure.