[Fix] JWT 인증 및 Refresh Token 보안 보강#18
Merged
Merged
Conversation
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.
체크리스트
develop또는 팀에서 합의한 개발 브랜치)[Feat] 프롬프트 언락 기능 추가feat/#2-entity-config-setting./gradlew test또는./gradlew build를 실행했습니다.연관 이슈
작업 내용
AuthenticationPrincipal기반으로 인증하도록 변경했습니다.X-User-Id기반 사용자 식별을 제거하고 인증 principal 기반으로 변경했습니다.변경 범위
authuserpromptcommercecommunitymoderationtrackingadmincommonglobal리뷰 중점사항
JWT_ACCESS_SECRET,JWT_REFRESH_SECRET운영 환경 설정 누락 가능성을 확인해주세요.테스트
./gradlew test./gradlew buildfix/#17-jwt-auth-security) 단독 테스트 통과스크린샷 / 응답 예시