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
.withSockJS(); 메서드를 써서 웹소켓이 아닌 환경에서도 가능하게 했는데 ws/** 경로를 열지 않아 403에러 발생
authentiacation.getName()을 식별 키로 쓰는데 시큐리티 유저의 getUsername이 email을 반환하게 해놓고 인터셉터에서 시큐리티 유저를 만들 땐 user 조회없이 jwt에서 얻을 수 있는 값만 전달하려 하다 보니 오류 발생 -> Principal을 Long으로 직접 전달하는 방식으로 변경