dnd-side-project/dnd-9th-9-backend

Feat: JWT 인증 관련 에러코드 구분

Closed this issue · 0 comments

📌 Feature Issue

  • JWT 인증과 관련하여 발생할 수 있는 오류들을 구분하여 반환합니다.
  • Spring Security의 JWT 필터 단 예외처리를 구현합니다.

📝 To-do

  • JwtExceptionFilter 추가
  • CustomAuthenticationEntryPoint 추가
  • CustomJwtException 추가

ETC