Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: jwt 인증 위치 변경 #77

Merged
merged 6 commits into from
Apr 26, 2024
Merged

refactor: jwt 인증 위치 변경 #77

merged 6 commits into from
Apr 26, 2024

Conversation

zhyunk
Copy link
Member

@zhyunk zhyunk commented Apr 26, 2024

JWT 인증위치 이동

각 모듈에서 gateway로 이동


JWT 관련 코드 일부 리팩토링

common-jwt 모듈, server-user 모듈에서 일부 리팩토링


user 모듈 /error api path를 security에서 permiAll 처리

permitAll 하지 않으면 토큰이 없을때 에러 발생시 로그인하라는 메세지 등장


article 모듈 탈퇴 회원에 대한 api path를 security에 재등록

api 형식 변경 전의 주소만 등록되어있어서 변경 후인 현재 해당 api에 요청을 날리면 계정 인증(로그인 상태) 확인을 하고 있었다.
로그인 하지 않은 상태에서 탈퇴자의 게시글을 삭제할 수 있도록 고침



closed #75

@zhyunk zhyunk merged commit 9951e81 into main Apr 26, 2024
@zhyunk zhyunk deleted the feature/REFACTOR-JWT branch April 26, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jwt 인증 위치 변경
1 participant