hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
181 stars 105 forks source link

[FEAT] [Anchor: BE Java] Backend Endpoint for Forgot Password #938

Open Antynews opened 2 months ago

Antynews commented 2 months ago

Description

Implement a backend endpoint that allows users to initiate a password reset process by providing their registered email. The endpoint should generate a secure token and send it to the user's email for further verification.

Acceptance Criteria

Purpose

To enable users who have forgotten their passwords to initiate a secure reset process.

Requirem#ents

Expected Outcome

Users can securely initiate the password reset process by receiving a token via email.

Ofektom commented 2 months ago

Interested