- POST /v1/in/auth/signup 엔드포인트 추가 (AllowAnonymous) - SignupRequestDto/SignupResponseDto 생성 - AuthService.SignupAsync 구현 (이메일 중복검사, AdminCode 생성, BCrypt 해싱) - ApiResponse<T>.Success(data, msg) 오버로드 추가 |
||
|---|---|---|
| .. | ||
| IAccountService.cs | ||
| IAuthService.cs | ||
| ICredentialEncryptionService.cs | ||
| IE2EEService.cs | ||
| IJwtService.cs | ||
| IServiceManagementService.cs | ||