Skip to content

Implement user registration #434

Description

@ayshadogo

Description:

  • POST /auth/register
  • Hash password with bcrypt (saltRounds: 12)
  • Create user in DB with PENDING_VERIFICATION status
  • Send email verification link (6-digit OTP stored in Redis, TTL: 24h)
  • Return: { message: "Verification email sent" }

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions