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

feat: 카카오 로그인 연결 끊기 콜백 API 구현 #265

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

leeeeeyeon
Copy link
Collaborator

@leeeeeyeon leeeeeyeon commented Aug 26, 2024

🛰️ Issue Number

🪐 작업 내용

  • 문제 상황: 패키 외부에서 카카오 연결 끊기를 한 뒤 다시 가입을 할 경우, 새로 가입이 되어야 합니다. 하지만 유저 정보가 DB에 존재하기 때문에 기존에 존재하는 유저라고 인식됩니다.
  • 해결 방법: 카카오 로그인 API 콜백 기능을 사용하여 외부에서 카카오 연결을 끊을 경우 패키 API를 호출하여 DB의 정보를 삭제할 수 있는 API를 구현하였습니다.

📚 Reference

✅ Check List

  • DB 스키마가 일치하는지 확인했나요?
  • SonarLint를 반영하여 코드를 수정했나요?
  • merge할 브랜치의 위치를 확인했나요?
  • Label을 지정했나요?

@leeeeeyeon leeeeeyeon added the 🔨 fix Modifying previously implemented features label Aug 26, 2024
@leeeeeyeon leeeeeyeon self-assigned this Aug 26, 2024
Copy link

sonarcloud bot commented Aug 26, 2024

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.

Files Patch % Lines
...n/java/com/dilly/auth/application/AuthService.java 0.00% 9 Missing ⚠️
...c/main/java/com/dilly/auth/api/AuthController.java 0.00% 1 Missing ⚠️
...dilly/auth/application/strategy/KakaoStrategy.java 0.00% 1 Missing ⚠️
Files Coverage Δ Complexity Δ
...ava/com/dilly/auth/adaptor/KakaoAccountReader.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...c/main/java/com/dilly/auth/api/AuthController.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...dilly/auth/application/strategy/KakaoStrategy.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...n/java/com/dilly/auth/application/AuthService.java 63.15% <0.00%> (-19.61%) 5.00 <0.00> (ø)

@leeeeeyeon leeeeeyeon merged commit 2aa7f19 into develop Aug 26, 2024
2 of 3 checks passed
@leeeeeyeon leeeeeyeon deleted the feature/fix-kakao-external-unlink branch August 26, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 fix Modifying previously implemented features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant