Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Backend Endpoint for Sending Verification Token #629

Open
Ofektom opened this issue Aug 24, 2024 · 0 comments
Open

[FEAT] Backend Endpoint for Sending Verification Token #629

Ofektom opened this issue Aug 24, 2024 · 0 comments

Comments

@Ofektom
Copy link
Collaborator

Ofektom commented Aug 24, 2024

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

  • Create an endpoint that generates and sends a verification token to the user’s email.
  • Ensure the token is securely generated and tied to the user’s account.
  • Implement logic to handle the expiration and regeneration of tokens.
  • Handle errors such as non-deliverable emails and rate limits on requests.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant