hngprojects / hng_boilerplate_java_web

Apache License 2.0
155 stars 43 forks source link

[FEAT] Backend Endpoint for Sending Verification Token #629

Open Ofektom opened 1 month ago

Ofektom commented 1 month ago

Description

Implement a backend endpoint that sends a verification token to the user’s registered email upon account creation or email update. This token will be used to verify the user’s email address.

Acceptance Criteria

Purpose

To ensure that users verify their email address by sending them a secure token.

Requirements

Securely generate and manage verification tokens. Implement error handling and logging for delivery issues. Conduct tests to ensure the email is sent and the token is valid.

Expected Outcome

Users receive a verification token in their email, which they can use to verify their account.