franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Password reset and account recovery #71

Closed altheaden closed 5 months ago

altheaden commented 5 months ago

Added front end interfaces for password resetting and account recovery. I tested them and everything is good on my end, but you might want to double check too.

I had to make a lot of little changes to the server routes, so please take a look and tell me if it's okay or if its terribly insecure. I am not sure.

franklindyer commented 5 months ago

See my comment above, otherwise it looks great! I also tested on my end.

altheaden commented 5 months ago

@franklindyer I separated those templates and tested password reset again and things seem to work fine. I didn't re-test account recovery because nothing should have affected that. Merge if you are happy with these changes :)