rwadurian/backend/services/identity-service/src/api/dto/request
hailin 9452d14962 feat(identity-service): 添加密码设置和短信验证功能
- 添加 bcrypt 依赖用于密码哈希
- 添加 passwordHash 字段到 UserAccount 模型
- 添加 VerifySmsCodeCommand 和 SetPasswordCommand
- 添加 VerifySmsCodeDto 和 SetPasswordDto
- 添加数据库迁移 add_password_hash

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 03:23:36 -08:00
..
auto-create-account.dto.ts fix: 统一推荐码生成逻辑 - 由 identity-service 单点生成 2025-12-13 01:14:56 -08:00
bind-phone.dto.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
freeze-account.dto.ts feat(identity): 完善账户安全和恢复功能 2025-12-16 17:06:28 -08:00
generate-backup-codes.dto.ts feat(identity): 完善账户安全和恢复功能 2025-12-16 17:06:28 -08:00
index.ts feat(identity-service): 添加密码设置和短信验证功能 2025-12-19 03:23:36 -08:00
recover-by-backup-code.dto.ts feat(identity): 完善账户安全和恢复功能 2025-12-16 17:06:28 -08:00
recover-by-mnemonic.dto.ts refactor!: 重构账户序列号格式 (BREAKING CHANGE) 2025-12-12 09:11:18 -08:00
recover-by-phone.dto.ts refactor!: 重构账户序列号格式 (BREAKING CHANGE) 2025-12-12 09:11:18 -08:00
request-key-rotation.dto.ts feat(identity): 完善账户安全和恢复功能 2025-12-16 17:06:28 -08:00
revoke-mnemonic.dto.ts feat(identity/blockchain): 添加助记词挂失功能 2025-12-16 07:56:27 -08:00
set-password.dto.ts feat(identity-service): 添加密码设置和短信验证功能 2025-12-19 03:23:36 -08:00
submit-kyc.dto.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
unfreeze-account.dto.ts feat(identity): 完善账户安全和恢复功能 2025-12-16 17:06:28 -08:00
verify-sms-code.dto.ts feat(identity-service): 添加密码设置和短信验证功能 2025-12-19 03:23:36 -08:00