jwt 토큰1 [에러모음] com.auth0.jwt.exceptions.AlgorithmMismatchException: The provided Algorithm doesn't match the one defined in the JWT's Header 에러 설명 자바 프로젝트에서 로그인을 구현하기 위해 시큐리티 필터를 통해 JWT 토큰을 생성하고 확인하는 과정에서 생긴 에러 JwtAuthenticationFilter.java @RequiredArgsConstructor public class JwtAuthenticationFilter extends UsernamePasswordAuthenticationFilter { private final AuthenticationManager authenticationManager; // /login 요청을 하면 사용자 정보를 인증하기 위해 실행되는 함수 @Override public Authentication attemptAuthentication(HttpServletRequest request, HttpServ.. 2023. 3. 21. 이전 1 다음