Merged
Conversation
added 2 commits
March 1, 2026 01:24
|
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.


🔗 Related Issue
📝 Description
기획 배경 및 비즈니스 문제
🛠 Changes
-- LoginController에 카카오 로그인 요청 URI, queryString, code 값 로그 추가
-- KakaoOAuthService에 clientId prefix, redirectUri, code 값 로그 추가
-- 카카오 토큰 요청 실패 시 응답 바디(responseBody) 상세 로그 추가
-- refreshToken() 메서드에 쿠키 존재 여부 및 토큰 검증 로그 추가
-- HttpStatusCodeException에서 카카오 에러 응답 JSON을 로그로 남기도록 수정
-- Refresh Token이 브라우저에서 전달되지 않는 경우를 식별할 수 있도록 쿠키 로그 추가
-- 카카오 accessToken 길이 및 상태 코드 로그 추가
-- 인가 코드(code) 누락 요청에 대한 명확한 로그 출력
✅ Test Checklist