refactor: 카카오 로그인 Redirect URI 설정 리팩토링 (#180)#181
Merged
Conversation
af57f3d to
0791675
Compare
myqewr
approved these changes
Jan 5, 2026
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.
🌱 관련 이슈
📌 작업 내용 및 특이사항
redirectKey필드로 요청 환경(test, local, dev)을 요청받고, 각 환경에 맞는 카카오 리다이렉트 URI가 설정되도록 리팩토링했습니다.application-security.yml에서 고정된 카카오 리다이렉트 URI를 삭제하고, 환경별 카카오 리다이렉트를 설정해주었습니다.유효하지 않은 인가코드 요청, 유효하지 않은 리다이렉트 키 요청 시 카카오 로그인 실패 테스트도 추가했습니다.
🔍 참고사항
📚 기타