SPMS_API/SPMS.Application
SEAN 16550dbff3 feat: 회원가입 API 구현 (#56)
- POST /v1/in/auth/signup 엔드포인트 추가 (AllowAnonymous)
- SignupRequestDto/SignupResponseDto 생성
- AuthService.SignupAsync 구현 (이메일 중복검사, AdminCode 생성, BCrypt 해싱)
- ApiResponse<T>.Success(data, msg) 오버로드 추가
2026-02-10 10:04:58 +09:00
..
DTOs feat: 회원가입 API 구현 (#56) 2026-02-10 10:04:58 +09:00
Interfaces feat: 회원가입 API 구현 (#56) 2026-02-10 10:04:58 +09:00
Services feat: 회원가입 API 구현 (#56) 2026-02-10 10:04:58 +09:00
Settings feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
DependencyInjection.cs feat: 서비스 관리 API 구현 (#44) 2026-02-10 00:01:33 +09:00
SPMS.Application.csproj feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00