jwt1 CORS Preflight 에러 문제 상황JWT를 이용한 로그인 기능을 구현하고 나서 프런트 쪽에서 CORS 에러가 발생하고 서버에서는 JwtInterceptor에서 오류가 발생했다고 나오는 상황이었다. 구현한 JwtAuthenticationInterceptor 코드@Slf4j@RequiredArgsConstructorpublic class JwtAuthenticationInterceptor implements HandlerInterceptor { private final JwtProvider jwtProvider; @Override public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws.. 2024. 6. 22. 이전 1 다음