gatorcloset / OOTD

OOTD (Outfit of the Day) is a web-application that enables users to create a digital closet. Features include adding and managing articles of clothing and building outfits.
3 stars 2 forks source link

Implement Password Hashing #38

Closed michelletaing closed 1 year ago

michelletaing commented 1 year ago

Instead of passwords being stored as a string, we should hash them for security purposes. I found this article that covers password hashing: https://gowebexamples.com/password-hashing/