hngprojects / hng_boilerplate_python_fastapi_web

Apache License 2.0
155 stars 136 forks source link

[feat]: request password Reset functionality #496

Open MikeSoft007 opened 2 months ago

MikeSoft007 commented 2 months ago

I would like to implement a password reset functionality that includes: An endpoint to generate a password reset link. A link where users can enter their new password and have it reset.

A comprehensive suite of tests to ensure the functionality works as expected, including:

Additional context

The password reset functionality has been implemented and tested successfully using pytest. All test cases passed, ensuring robustness and reliability. This feature will greatly enhance user experience by allowing them to reset their passwords seamlessly.

Takinnuoye5 commented 2 months ago

Approved