drakeRAGE/CaptureChronicles

Add OTP Verification for Signup

開放

#13 建立於 2025年10月18日

 (10 則留言) (0 個反應) (2 位負責人)JavaScript (7 個分叉)auto 404
backendenhancementgood first issuehelp wanted

倉庫指標

星標
 (5 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南