Conversation
- UserRequestDto, UserResponseDto → UserRequest, UserResponse로 네이밍 변경 - 불필요한 UserHistoryController 삭제 - 사용되지 않는 메서드 정리 - RankingResponse에 정적 팩토리 메서드 from(List<User>) 적용
- 기존 /user/point API 호출 제거 - /user/me API를 통해 사용자 전체 정보 가져오고 포인트 추출 - 향후 사용자 클래스, 이름 등 활용도 고려한 구조로 변경
- JWT 생성 시 role 클레임 포함하도록 JwtUtil 수정 - /api/admin/ 경로에 대해 ADMIN 권한 사용자만 접근 가능하도록 SecurityConfig 설정 - 권한 부족 시 예외 처리하는 CustomAccessDeniedH
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.
No description provided.