rwadurian/backend/services/auth-service
hailin d16cd9bc66 fix(auth-service): 补全 ResetPasswordDto/ChangePasswordDto 的验证装饰器
ValidationPipe 的 forbidNonWhitelisted 因缺少 class-validator 装饰器
将重置密码请求全部拒绝(400 Bad Request),导致找回密码流程无法完成。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 20:45:52 -07:00
..
prisma feat(capability): 实现用户能力权限控制系统(Capability-based Permission) 2026-02-27 22:19:56 -08:00
src fix(auth-service): 补全 ResetPasswordDto/ChangePasswordDto 的验证装饰器 2026-03-10 20:45:52 -07:00
.env.example feat(auth-service,mining-app): 实现完整认证流程和CDC用户同步 2026-01-11 05:29:48 -08:00
Dockerfile fix(auth-service): add python3/make/g++ to builder stage for bcrypt 2026-01-12 20:20:41 -08:00
nest-cli.json feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
package-lock.json feat(auth): 实现阿里云短信发送 2026-03-10 20:21:22 -07:00
package.json feat(auth): 实现阿里云短信发送 2026-03-10 20:21:22 -07:00
tsconfig.json feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00