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

사용자 전환 구현 방식 수정 #721

Closed
2 tasks done
Mingyum-Kim opened this issue Oct 23, 2024 · 2 comments
Closed
2 tasks done

사용자 전환 구현 방식 수정 #721

Mingyum-Kim opened this issue Oct 23, 2024 · 2 comments
Assignees
Labels
BE 백엔드 관련 이슈입니다. 🚑 버그 fix (develop에서 파생된 문제)

Comments

@Mingyum-Kim
Copy link
Contributor

Mingyum-Kim commented Oct 23, 2024

문제 정의

이 작업을 통해 해결하려는 문제를 정의하세요.

사용자 전환 시 구글 로그인 정보가 모두 사라진다.
사용자 전환 재 접속 시 문제가 될 수 있으므로 수정한다.

액션 아이템

문제를 해결하기 위해 필요한 액션 아이템을 입력하세요.

  • 데이터 이전 성공 시 DB 컬럼에 기록 후 다시 페이지를 보지 않도록 수정
  • 데이터 이전 시 기존 카카오 회원 논리 삭제 처리

내용

결과물, 참고사항 등을 입력하세요. (ex. PR, 문서 링크)

@Mingyum-Kim Mingyum-Kim added BE 백엔드 관련 이슈입니다. 🚑 버그 fix (develop에서 파생된 문제) labels Oct 23, 2024
@Mingyum-Kim
Copy link
Contributor Author

image

@Mingyum-Kim
Copy link
Contributor Author

/**

  • member_id oauthType identifier status
  • 1 kakao kakao-identifier ACTIVE
  • 2 google google-identifier ACTIVE
  • member_id oauthType identifier status
  • 1 google google-identifier ACTIVE
  • 2 google google-identifier DEPRECATED
    */

ksk0605 added a commit that referenced this issue Oct 23, 2024
사용자 전환 시 구글, 애플 회원을 논리 삭제로 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈입니다. 🚑 버그 fix (develop에서 파생된 문제)
Projects
None yet
Development

No branches or pull requests

2 participants