We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
회원탈퇴 시, 회원 정보와 토큰 정보 삭제가 이루어집니다. 회원탈퇴는 인증을 다루지 않으므로 MemberService로 옮기고, 토큰 삭제는 비동기로 처리합니다.
8시간
The text was updated successfully, but these errors were encountered:
Remove(#71): 사용하지 않는 파일 제거
9ccd4d3
Feat(#71): 회원탈퇴 시 토큰 삭제 로직의 비동기 처리 추가
73d1d42
Rename(#71): MemberEventHandler 클래스명 변경
c833d6a
Feat(#71): 회원 탈퇴 시 이벤트 처리 테스트 추가
009ccfc
Refactor(#71): AuthMemberFacade에서 회원 탈퇴 로직 제거
bacfdef
sjhjack
Successfully merging a pull request may close this issue.
📑 개요
위 Issue 에서 도메인을 명확히 분리하자는 피드백을 받았고, 회원탈퇴 메서드의 분리가 필요합니다.
회원탈퇴 시, 회원 정보와 토큰 정보 삭제가 이루어집니다.
회원탈퇴는 인증을 다루지 않으므로 MemberService로 옮기고, 토큰 삭제는 비동기로 처리합니다.
🚀 상세 작업 내용
⏰ 예상 소요 시간
8시간
📁 ETC
The text was updated successfully, but these errors were encountered: