cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Setup Gorm handler for Password change #149

Open ALackey-ai opened 4 months ago

ALackey-ai commented 4 months ago

Worked on the handler and backend support for password changes [t:30]

ALackey-ai commented 4 months ago

Pulled in new work from main to compare and see if I'm doing this right. Made a few changes and then submitted a pr to confirm with other devs that I'm using correct security protocols for updating the passwords. [t:20]

ALackey-ai commented 3 months ago

Made some changes based on what should be the proper way to do it. I think this will work, will await other dev's opinions on the code in the pr... [t:25]

ALackey-ai commented 3 months ago

Fixed error with gorm handler and dao and added 204 return code [t:25]

ALackey-ai commented 3 months ago

Fixed a possible security issue changed error message to be more specific and tried to debug a future issue that we found in the dao when saving the password. I did some research on prepared statements but I'm not sure if that's gonna work. I have some ideas but I'm not sure if they will work... I started implementing a solution. [t:45]

ALackey-ai commented 3 months ago

Working on the solution, I think we found a good resource here Having some bugs with it that are tedious to work out... [t:30]

ALackey-ai commented 3 months ago

I think I fixed it! [t:15]