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

HotFix: jwt 만료 시 InvalidJwtException(상태코드 460) 발생하는 오류 수정 #159

Closed
1 task
2iedo opened this issue Nov 5, 2024 · 0 comments · Fixed by #160
Closed
1 task
Assignees
Labels
😡 Bug Fix 발생한 버그를 수정하는 경우

Comments

@2iedo
Copy link
Collaborator

2iedo commented Nov 5, 2024

🧐 어떤 기능인가요?

jwt를 parsing하는 중 시간이 만료되었을 경우에 parseClaims 메소드에서 InvalidjwtException을 발생시켜 refreshToken을 사용한 재발급이 제대로 되지 않는 문제 생김. 에러를 AccessTokenExpiredException으로 수정하려 합니다.

🔧 작업 상세 내용

  • InvalidJWTException -> AccessTokenExpiredException로 수정

📆 예상 기간

예상 개발 기간을 대략적으로 작성해주세요.

예) 11/05 ~ 11/05

📙 참고할만한 자료(선택)

@2iedo 2iedo added the 😡 Bug Fix 발생한 버그를 수정하는 경우 label Nov 5, 2024
@2iedo 2iedo self-assigned this Nov 5, 2024
@2iedo 2iedo linked a pull request Nov 5, 2024 that will close this issue
@2iedo 2iedo closed this as completed in #160 Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😡 Bug Fix 발생한 버그를 수정하는 경우
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant