더보기 https://beemiel.tistory.com/11 Spring Security JWT 토큰 검증 시 Exception 예외 처리 Spring Security 예외 Spring Security에서 토큰을 검증할 경우, 예외가 발생한다면 기존에 사용 중이던 Custom Exception으로 처리가 될까? 그러면 편하긴 하겠지만 그건 안될 말이지^^ 🙃아니🙃 왜 안되는 beemiel.tistory.com https://velog.io/@hellonayeon/spring-boot-jwt-expire-exception [Spring Boot] JWT 토큰 만료에 대한 예외처리 velog.io 왜 따로 처리해주어야 할까? JWT 토큰의 예외처리는 이전에 만들어 둔 전역 예외처리에 걸리지 않는다. 전역 ..