drakeRAGE/CaptureChronicles

Add OTP Verification for Signup

Aperta

#13 aperta il 18 ott 2025

 (10 commenti) (0 reazioni) (2 assegnatari)JavaScript (7 fork)auto 404
backendenhancementgood first issuehelp wanted

Metriche repository

Star
 (5 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Description: Currently, signup only asks for email, password, and username. Add a phone number field and verify it using OTP.

Acceptance Criteria:

  • Users must enter a valid phone number during signup.
  • Send an OTP to the entered number to verify it.
  • Users cannot complete signup until OTP is verified.
  • Show an error message if the number is invalid or OTP fails.
  • Store verified phone number in the user database.
  • Allow resending OTP.
  • Limit OTP attempts to prevent abuse.

Guida contributor