Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] auth의 누락된 예외 처리 및 Response Code 구체화 #42

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

tthisag246
Copy link
Contributor

@tthisag246 tthisag246 commented Aug 29, 2024

#️⃣ 연관 이슈

📝 작업 내용

auth의 누락된 예외 처리 및 Response Code 구체화

참고 이미지 및 자료

💬 리뷰 요구사항

@tthisag246 tthisag246 added the fix 버그 및 에러 수정 label Aug 29, 2024
@tthisag246 tthisag246 self-assigned this Aug 29, 2024
@tthisag246 tthisag246 linked an issue Aug 29, 2024 that may be closed by this pull request
Copy link
Contributor

@win-luck win-luck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~!

Comment on lines 46 to 48
// 카카오 인증 서버로부터 카카오 ID 토큰 공개키 목록 조회하여 캐싱
@Cacheable(key = "'all'")
public KakaoIDTokenPublicKeyList getOIDCPublicKeyList() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

추후 캐싱 Redis에 위임하셔도 좋을 것 같습니다.

@win-luck win-luck merged commit 0a4e35e into GDSC-CAU:main Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 및 에러 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] Auth 관련 Exception 처리 (#41)
2 participants