feat: 관리자 로그인 API 구현 (#36) #37
No reviewers
SPMS/Owners
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#37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#36-admin-login"
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?
📋 작업 요약
🔗 관련 이슈 (Related Issues)
Closes #36
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Auth/LoginRequestDto.cs— 로그인 요청 DTOSPMS.Application/DTOs/Auth/LoginResponseDto.cs— 로그인 응답 DTOSPMS.Application/Interfaces/IAuthService.cs— 인증 서비스 인터페이스SPMS.Application/Services/AuthService.cs— 로그인 비즈니스 로직SPMS.Infrastructure/Persistence/Repositories/AdminRepository.cs— IAdminRepository 구현SPMS.API/Controllers/AuthController.cs— 인증 컨트롤러📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)