Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: 회원 탈퇴 시 토큰 삭제 로직을 비동기 처리로 변경 #72

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

sjhjack
Copy link
Contributor

@sjhjack sjhjack commented Mar 2, 2025

📑 개요

✅ PR 체크리스트


  • 🔀 PR 제목의 형식을 잘 작성했나요?
  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드는 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?
  • 💭 이슈는 등록했나요?
  • 🏷️ 라벨은 등록했나요?

🚀 상세 작업 내용


  • 불필요한 파일 삭제
  • 회원탈퇴 시 토큰 삭제 로직 비동기 처리
    • EventListener 작성
  • AuthMemberFacade에서 회원 탈퇴 로직 제거
  • 테스트 코드 수정
    • MemberServiceTest에 이벤트 테스트 로직 추가
    • AuthMemberFacadeImplTest의 회원 탈퇴 테스트 코드 제거

📁 ETC


closed: #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 Need Review
Development

Successfully merging this pull request may close these issues.

Refactor: 회원 탈퇴 시 토큰 삭제 로직을 비동기 처리로 변경한다.
1 participant