[Feature] 이메일 중복 체크 API (AUTH_02) #58
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#58
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 설명
API_Specification.md
API_SPMS_02_AUTH_02기준으로 이메일 중복 체크 API를 구현합니다.POST /v1/in/auth/email/check🔗 관련 문서
✅ 체크리스트
Application Layer
EmailCheckRequestDto.cs— 요청 DTO (email)EmailCheckResponseDto.cs— 응답 DTO (email, is_available)IAuthService.cs—CheckEmailAsync메서드 추가AuthService.cs—CheckEmailAsync구현 (EmailExistsAsync 활용)API Layer
AuthController.cs—POST email/check엔드포인트 (AllowAnonymous)검증