You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
front로부터 아이디 비밀번호를 dto로 받아와 authentication filter에서 요청을 받게되고,
provider로 보내서 이전에 만든 인증 객체와 userDetail에서 직접 api서버에서 가져온 인증 객체를 대조서해서 인증에 성공하면 jwt를 발급할 수 있게 필터 적용 및 filter chain에서는 session을 statless하게 사용할거기때문에 설정후, csrf 설정 해제하였습니다.