Skip to content

refactor: 카카오 로그인 멤버 조회 로직 개선(#54)#55

Closed
chaiminwoo0223 wants to merge 1 commit intodevelopfrom
feature/54
Closed

refactor: 카카오 로그인 멤버 조회 로직 개선(#54)#55
chaiminwoo0223 wants to merge 1 commit intodevelopfrom
feature/54

Conversation

@chaiminwoo0223
Copy link
Contributor

@chaiminwoo0223 chaiminwoo0223 commented Aug 14, 2025

📌 작업 내용 및 특이사항

✅ 카카오 로그인 멤버 조회 메서드에 삭제 검증 로직 추가

  • MemberService.getMemberBySocialProviderAndSocialId()MemberPolicy.validateNotDeleted() 추가

✅ 테스트

  • MemberServiceTest: GetMemberBySocialProviderAndSocialId탈퇴 회원 예외 발생 테스트 추가
  • AuthControllerIntegrationTest: KakaoLogin탈퇴 회원 예외 발생 테스트 추가
  • KakaoOauthTestHelper 추가

🌱 관련 이슈


🔍 참고사항(선택)

  • KakaoOauthTestHelper를 통해 카카오 토큰 발급 및 사용자 정보 조회 Mocking을 간결하게 구성했습니다.

📚 기타(선택)

* refactor: MemberService.getMemberBySocialProviderAndSocialId()에 MemberPolicy.validateNotDeleted() 추가

* test: MemberServiceTest에 탈퇴 회원 예외 발생 테스트 추가
* test: AuthControllerIntegrationTest에 탈퇴 회원 예외 발생 통합 테스트 추가
* test: KakaoOauthTestHelper 추가
@chaiminwoo0223 chaiminwoo0223 self-assigned this Aug 14, 2025
@chaiminwoo0223 chaiminwoo0223 added the 🪄refactor 기능 개선 및 리팩토링 label Aug 14, 2025
@chaiminwoo0223 chaiminwoo0223 deleted the feature/54 branch August 15, 2025 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🪄refactor 기능 개선 및 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🪄[REFACTOR]: 카카오 로그인 멤버 조회 로직 개선

1 participant