You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jwt를 parsing하는 중 시간이 만료되었을 경우에 parseClaims 메소드에서 InvalidjwtException을 발생시켜 refreshToken을 사용한 재발급이 제대로 되지 않는 문제 생김. 에러를 AccessTokenExpiredException으로 수정하려 합니다.
🔧 작업 상세 내용
InvalidJWTException -> AccessTokenExpiredException로 수정
📆 예상 기간
예상 개발 기간을 대략적으로 작성해주세요.
예) 11/05 ~ 11/05
📙 참고할만한 자료(선택)
The text was updated successfully, but these errors were encountered:
🧐 어떤 기능인가요?
🔧 작업 상세 내용
📆 예상 기간
📙 참고할만한 자료(선택)
The text was updated successfully, but these errors were encountered: