[FEAT]: OAuth 회원 탈퇴 기능 구현#407
Open
jungseokyoung-cloud wants to merge 2 commits into
Open
Conversation
- OAuthRepository에 withdrawKakao/Google/Apple 메서드 추가 - Repository 레이어에서 KakaoSDK 호출하도록 변경 - WithdrawCredential을 password/oauth로 분리 - UserProfile에 AuthProvider 추가 - Data 모듈에 KakaoSDKUser 의존성 추가 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- WithdrawOAuth 화면 제거, Alert으로 대체 - WithdrawViewModel/ViewController Rx → Combine 마이그레이션 - WithdrawCoordinator에서 OAuth 관련 코드 제거 - ViewController에서 Entity 의존성 제거 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 설명
OAuth 탈퇴 기능 구현
OAuthRepository에withdrawKakao(),withdrawGoogle(),withdrawApple()메서드 추가WithdrawCredential을password/oauth케이스로 분리KakaoSDKUser의존성 추가Withdraw 화면 리팩토링
WithdrawOAuth화면 제거 → Alert으로 대체WithdrawViewModel/WithdrawViewControllerRx → Combine 마이그레이션스크린샷
N/A (UI 변경 없음, Alert으로 대체)
PR 특이 사항