Conversation
- 탈퇴 신청 시 로그인 차단 로직 추가 (GoogleOauth, AppleOauth)
- JWT 대신 소셜 access token으로 복구 요청 처리
- 소셜 제공자에서 사용자 정보 재검증 후 복구 처리
- 기존 JWT 기반 복구 예외 처리 제거 (JwtAuthenticationFilter)
- 새로운 복구 엔드포인트: POST /auth/{socialLoginType}/reactivate
- MEMBER_NOT_DEACTIVATED 에러 코드 추가
…ery-flow fix/#198: 탈퇴 복구 플로우 수정 - 소셜 토큰 기반 복구 구현
- Member 엔티티에 socialId, socialType 필드 추가 (복합 유니크 제약) - Apple/Google 로그인 시 sub/id를 socialId로 사용하여 회원 조회 - 기존 회원 자동 마이그레이션 로직 추가 (socialId null인 경우 업데이트) - 다른 소셜 타입 중복 가입 방지 및 에러 처리
…ith-sub fix/#200: Apple/Google 소셜 로그인을 socialId 기반으로 변경
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.
🔗 관련 이슈
연관된 이슈 번호를 적어주세요. (예: #123)
📌 PR 요약
PR에 대한 간략한 설명을 작성해주세요.
(예: 해당 변경 사항의 목적이나 주요 내용)
📑 작업 내용
작업의 세부 내용을 작성해주세요.
스크린샷 (선택)
💡 추가 참고 사항
PR에 대해 추가적으로 논의하거나 참고해야 할 내용을 작성해주세요.
(예: 변경사항이 코드베이스에 미치는 영향, 테스트 방법 등)