
Spring Boot 2.7.3
Java 11.0.9
JwtAuthenticationFilter에서는 정상적으로 통과하는데,AuthService.reissue())에서 Access Token의 검사가 작동하지 않음JwtAuthenticationFilter에서는 정상적으로 통과
AuthService.reissue()에서 작동하지 않음

JwtAuthenticationFilter 에서 문제 발견AuthService.reissue()의 token: "Bearer {Access Token}" 주목!JwtAuthenticationFilter에서는 resolveToken 메서드가 있었지만, AuthService.reissue()에서 resolveToken을 해주는 로직이 없었다..