rwadurian/backend/services/auth-service
hailin 936c3e89c1 fix(auth): SMS controller DTO 缺少 class-validator 装饰器导致发送失败
全局 ValidationPipe 开启了 whitelist + forbidNonWhitelisted,
SendSmsDto/VerifySmsDto 没有装饰器导致 phone/type 被当成非法属性拒绝。
补齐 @IsString/@IsNotEmpty/@Matches/@IsEnum 装饰器。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 20:04:49 -07:00
..
prisma feat(capability): 实现用户能力权限控制系统(Capability-based Permission) 2026-02-27 22:19:56 -08:00
src fix(auth): SMS controller DTO 缺少 class-validator 装饰器导致发送失败 2026-03-10 20:04:49 -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-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
package.json feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00
tsconfig.json feat(auth-service): 添加用户认证服务2.0 2026-01-10 18:50:59 -08:00