[FIX] Apple Social Id 동기화 작업 및 기존 코드 리팩토링 #441
Merged
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.
Related Issue
Key Changes
앱 이관으로 인해 Apple Team ID가 변경됨에 따른 이슈를 핸들링 했습니다.
기존 사용자가 새로운
socialId로 로그인 시도 신규 회원으로 오인식되는 문제를 방지하기 위해, 유효한 Access Token을 보유한 사용자에 한해socialId를 갱신하는 동기화 API를 추가했습니다.socialId불일치로 신규 회원가입 진행socialId를 서버로 전송하여 DB 정보 갱신 (계정 유지)그 외로는 소설, 서재의 레거시 코드를 리팩토링했습니다.
To Reviewers
References