Skip to content

feat: add password reset functionality with email template and validation

xuyao.tang请求将001-password-reset合并到main
  • Implemented password reset email template rendering in internal/pkg/email/template.go.
  • Created a worker pool for sending emails asynchronously in internal/pkg/email/worker.go.
  • Added password validation logic in internal/pkg/validation/password.go with comprehensive tests.
  • Enhanced user service to handle password reset requests and responses in internal/service/user.go.
  • Updated OpenAPI specification to include new endpoints for password reset requests and confirmations.
  • Added unit tests for password validation and user service methods.

合并请求报告

加载中