Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
JWT 인증위치 이동
각 모듈에서 gateway로 이동
JWT 관련 코드 일부 리팩토링
common-jwt 모듈, server-user 모듈에서 일부 리팩토링
user 모듈 /error api path를 security에서 permiAll 처리
permitAll 하지 않으면 토큰이 없을때 에러 발생시 로그인하라는 메세지 등장
article 모듈 탈퇴 회원에 대한 api path를 security에 재등록
api 형식 변경 전의 주소만 등록되어있어서 변경 후인 현재 해당 api에 요청을 날리면 계정 인증(로그인 상태) 확인을 하고 있었다.
로그인 하지 않은 상태에서 탈퇴자의 게시글을 삭제할 수 있도록 고침
closed #75