refactor: 액세스 토큰 JWT 클레임에 homeUniversityId를 추가 #719
Conversation
- generateAccessToken 메서드에 siteUser가 homeUniversityId가 null이 아니라면 claim에 추가 - parseHomeUniversityId 메서드 추가
- SiteUserFixture에 국내_대학_정보_소지_사용자 메서드 추가 - AuthTokenProviderTest에 homeUniversityId 소지 여부에 따른 테스트 추가
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Walkthrough
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 분 Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
sukangpunch
left a comment
There was a problem hiding this comment.
고생하셨습니다! 개행 관련 리뷰 하나 달았습니다!
| import com.example.solidconnection.siteuser.domain.Role; | ||
| import com.example.solidconnection.siteuser.domain.SiteUser; | ||
| import com.example.solidconnection.siteuser.repository.SiteUserRepository; | ||
|
|
There was a problem hiding this comment.
static import가 아닌데 개행이 존재합니다!
관련 이슈
작업 내용
refactor: 액세스 토큰 JWT 클레임에 homeUniversityId를 추가
test: 액세스 토큰 JWT 클레임에 homeUniversityId를 추가한 것에 대한 테스트 추가
특이 사항
PostViewCountConcurrencyTest.게시글을_조회할_때_조회수_조작_문제를_해결한다() 메서드 CI 간헐적 실패 오류 발견
해당 부분은 issue로 정의하여 만들어두겠습니다.
리뷰 요구사항 (선택)