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 : 토큰 재발급 오류 해결 #237

Merged
merged 2 commits into from
Dec 8, 2024
Merged

fix : 토큰 재발급 오류 해결 #237

merged 2 commits into from
Dec 8, 2024

Conversation

rladmstn
Copy link
Contributor

@rladmstn rladmstn commented Dec 8, 2024

📌 Related Issue

close #236

🚀 Description

  • 만료된 토큰에 대해 parseClaim 할 때 발생하는 ExpiredJwtException을 처리했습니다.
  • e.getClaims하면 예외가 발생해도 가져올 수 있습니다.

📢 Review Point

  • 코드가 너무 더러운거 같아서 더 효율적인 로직 있으면 알려주세요-!

📚Etc (선택)

@rladmstn rladmstn added the bug 버그 수정 label Dec 8, 2024
@rladmstn rladmstn requested review from s-hwan and sh0723 December 8, 2024 09:40
@rladmstn rladmstn self-assigned this Dec 8, 2024
@sh0723 sh0723 merged commit dae2f9e into develop Dec 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix : 토큰 재발급 오류 해결
2 participants