Skip to content

Comments

Develop -> main merge#203

Merged
worhs02 merged 4 commits intomainfrom
develop
Nov 5, 2025
Merged

Develop -> main merge#203
worhs02 merged 4 commits intomainfrom
develop

Conversation

@worhs02
Copy link
Collaborator

@worhs02 worhs02 commented Nov 4, 2025

🔗 관련 이슈

연관된 이슈 번호를 적어주세요. (예: #123)


📌 PR 요약

PR에 대한 간략한 설명을 작성해주세요.
(예: 해당 변경 사항의 목적이나 주요 내용)


📑 작업 내용

작업의 세부 내용을 작성해주세요.

  1. 작업 내용 1
  2. 작업 내용 2
  3. 작업 내용 3

스크린샷 (선택)


💡 추가 참고 사항

PR에 대해 추가적으로 논의하거나 참고해야 할 내용을 작성해주세요.
(예: 변경사항이 코드베이스에 미치는 영향, 테스트 방법 등)

worhs02 and others added 4 commits November 4, 2025 15:59
- 탈퇴 신청 시 로그인 차단 로직 추가 (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 기반으로 변경
@worhs02 worhs02 changed the title Develop -> main merger Develop -> main merge Nov 4, 2025
@worhs02 worhs02 requested a review from sereene November 5, 2025 02:09
Copy link
Collaborator

@sereene sereene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@worhs02 worhs02 merged commit 97d9ec9 into main Nov 5, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants