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: 회원 탈퇴 시 토큰 삭제 로직을 비동기 처리로 변경한다. #71

Open
sjhjack opened this issue Feb 8, 2025 · 0 comments · May be fixed by #72
Open

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

sjhjack opened this issue Feb 8, 2025 · 0 comments · May be fixed by #72
Assignees

Comments

@sjhjack
Copy link
Contributor

sjhjack commented Feb 8, 2025

📑 개요

회원탈퇴 시, 회원 정보와 토큰 정보 삭제가 이루어집니다.
회원탈퇴는 인증을 다루지 않으므로 MemberService로 옮기고, 토큰 삭제는 비동기로 처리합니다.

🚀 상세 작업 내용


  • 회원탈퇴 로직을 MemberService로 이동 및 MemberController 작성
  • 비동기 처리 클래스 작성

⏰ 예상 소요 시간


8시간

📁 ETC


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚀 In Progress
1 participant