Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 378 Bytes

File metadata and controls

7 lines (5 loc) · 378 Bytes

ignition-pay / task TODO

  • Implement POST /users/register with email/password + walletAddress validation
  • Implement email verification token generation + storage (tokenHash/expiresAt)
  • Implement confirm-email endpoint using ConfirmEmailDto and mark token used + verifiedStatus=true
  • Summarize strong password validation already implemented in RegisterDto