NIAEFEUP/website-niaefeup-backend

accounts: recover password

Opened this issue · 2 comments

We should have a way to recover the password if the member forgot it. A way to implement this is by using a JWT token to validate the recovery request, similar to what we have in NIJobs.

What are we gonna use for this? Should we mimic the way we do this in NIJobs or do we want to explore different approaches?

I think the NIJobs way works well since we're already using JWT for authentication