feat(auth): implement resend verification email #95

Closed
opened 2025-10-15 08:24:32 +00:00 by chartgerink · 0 comments
Owner

Sometimes a verification email can get lost. To handle this situation we will allow clients to request a new verification email.

We already worked towards this in the front end by assuming a POST endpoint for /api/auth/verify-email which (re)sends the verification email to the current user.

  • Rate limit the verification endpoint to prevent a cost attack
Sometimes a verification email can get lost. To handle this situation we will allow clients to request a new verification email. We already worked towards this in the front end by assuming a POST endpoint for `/api/auth/verify-email` which (re)sends the verification email to the current user. - Rate limit the verification endpoint to prevent a cost attack
chartgerink added this to the v2.0.0 milestone 2025-10-15 08:24:34 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
researchequals/api#95
No description provided.