improvement: 로그아웃 연동 완료 (#253) #254
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#254
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#253-logout-integration"
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?
📋 작업 요약
logged_out,redirect_to힌트 필드 추가redirect_to값으로 일관된 리다이렉션 가능🔗 관련 이슈 (Related Issues)
Closes #253
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Auth/LogoutResponseDto.cs— 신규 (logged_out, redirect_to)SPMS.Application/Interfaces/IAuthService.cs— LogoutAsync 반환 타입 변경SPMS.Application/Services/AuthService.cs— LogoutResponseDto 반환 로직 추가SPMS.API/Controllers/AuthController.cs— Swagger 문서 보강 + 응답 타입 변경📢 리뷰어 참고 사항 (To Reviewers)
ApiResponse.Success()→ApiResponse<LogoutResponseDto>.Success(result)로 변경redirect_to는 프론트엔드 힌트용이며 서버 리다이렉션이 아님✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)