drakeRAGE/CaptureChronicles

Add Email Verification Service for Signup

开放

#12 创建于 2025年10月18日

 (8 条评论) (0 个反应) (3 位负责人)JavaScript (7 个派生)auto 404
enhancementgood first issuehacktoberfesthigh priority

仓库指标

星标
 (5 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description: Implement a separate microservice to handle email verification for new user signups.

Acceptance Criteria:

  • When a user signs up, send a verification email with a unique link or token.
  • Users cannot fully register or log in until their email is verified.
  • If email verification fails or token is invalid/expired, show an error message on the signup/login page.
  • Service should be independent (microservice) and communicate with main backend via API.

Optional Enhancements:

  • Resend verification email option. (NOT NEEDED NOW)
  • Expiry time for verification tokens.

Depends on: None – can be implemented independently.

贡献者指南