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

Email verification while regstration #148

Closed
Salim-54 opened this issue Sep 27, 2024 · 0 comments · Fixed by #179
Closed

Email verification while regstration #148

Salim-54 opened this issue Sep 27, 2024 · 0 comments · Fixed by #179
Assignees
Labels
BYTE SWAT BYTE SWAT

Comments

@Salim-54
Copy link

Salim-54 commented Sep 27, 2024

Implement an email verification feature during user registration to ensure that users provide valid email addresses and to enhance account security.

Key tasks:

  1. Generate a unique verification token for each registration request after the user submits the registration form.
  2. Store the token securely in the database along with the user’s information and set an expiration time for the token (e.g., 3 hours).

Acceptance Criteria:

  1. Users receive a verification email upon registration.
  2. Users can successfully verify their email address using the provided link.
  3. The system handles expired or invalid tokens gracefully with appropriate messages.
  4. All security measures are implemented to protect user data and prevent abuse
@Salim-54 Salim-54 added the BYTE SWAT BYTE SWAT label Sep 27, 2024
@Aime-Patrick Aime-Patrick linked a pull request Oct 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BYTE SWAT BYTE SWAT
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants