-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Type: Feature
Labels: backend, authentication, high-priority
π― Objective
Implement a secure "Forgot Password" and "Reset Password" feature in the backend, including token generation, storage, and verification.
β Tasks
- Create New PasswordReset Migration
- Create a new table
PasswordResetTokens - Generate secure reset token and store with expiration
- Send token via email (optional or mock email)
- Add endpoint to verify token + reset password
- Invalidate token after use
- Return proper success/error responses
π§ͺ Acceptance Criteria
- Password reset works securely via token-based flow
- Token is valid only once and expires in 1 hour
- Backend handles all logic; frontend will consume API
π Suggested Branch
feature/password-reset-backend
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation