drakeRAGE/CaptureChronicles

Add OTP Verification for Signup

开放

#13 创建于 2025年10月18日

 (10 条评论) (0 个反应) (2 位负责人)JavaScript (7 个派生)auto 404
backendenhancementgood first issuehelp wanted

仓库指标

星标
 (5 个星标)
PR 合并指标
 (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.

贡献者指南