-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Description:
Implement the backend logic for email verification. This includes secure token handling and fixing existing email delivery bugs.
Tasks:
- - Generate secure, expirable email verification tokens.
- - Create an API endpoint to verify email using the token.
- - Debug and fix any issues related to email delivery logic.
API Endpoint:
GET /api/auth/verify-email?token=...
Mock Response:
{
"status": "success",
"message": "Verification sent"
}
Metadata
Metadata
Assignees
Labels
No labels