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

회원탈퇴 API #32

Closed
2 tasks done
min-0 opened this issue Sep 2, 2024 · 1 comment · Fixed by #37
Closed
2 tasks done

회원탈퇴 API #32

min-0 opened this issue Sep 2, 2024 · 1 comment · Fixed by #37
Assignees
Labels
enhancement New feature or request

Comments

@min-0
Copy link
Member

min-0 commented Sep 2, 2024

  • 애플 서버에 회원 탈퇴 요청
  • 유저 정보 삭제
@min-0 min-0 added the enhancement New feature or request label Sep 2, 2024
@min-0 min-0 self-assigned this Sep 2, 2024
@min-0 min-0 closed this as completed Sep 2, 2024
@min-0 min-0 reopened this Sep 3, 2024
@min-0
Copy link
Member Author

min-0 commented Sep 3, 2024

애플 소셜 로그인 탈퇴 과정

  1. 클라이언트가 서버에 authorizationCode와 memberId를 포함한 탈퇴 요청
  2. 서버는 authorizationCode를 사용하여 Apple에서 accessToken을 받아옴
  3. 서버는 이 accessToken으로 Apple에 탈퇴 요청을 보냄
  4. Apple에서 성공 응답을 받으면, 서버는 자체 회원 탈퇴 처리
  5. 모든 과정이 성공적으로 완료되면 클라이언트에 OK 응답

@min-0 min-0 linked a pull request Sep 4, 2024 that will close this issue
@min-0 min-0 closed this as completed in #37 Sep 5, 2024
min-0 added a commit that referenced this issue Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant