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

토큰이 입력되지 않은 경우 예외 반환 리팩토링 #97

Open
Mingyum-Kim opened this issue Oct 11, 2023 · 0 comments
Open

Comments

@Mingyum-Kim
Copy link
Collaborator

1️⃣ 설명 (Description)

image
해당 부분 코드에서 getToken 함수는 토큰이 주어지지 않으면 NullJwtException을 반환한다. 허용하지 않은 URL로 토큰이 없는 사용자가 접근했을 때 막기 위한 용도로 만들었으나, 허용한 URL까지 전부 저 Exception이 반환되는 문제가 있었다.
image
이 문제점은, Authentication Filter가 getToken부분에서 그대로 종료되기 때문에 그 아래 코드는 실행되지 않았다.

토큰이 입력되지 않은 예외를 핸들링하는 다른 방법을 찾아본다.

2️⃣ To-do

@Mingyum-Kim Mingyum-Kim changed the title 토큰이 입력되지 않은 경우 로깅 처리 토큰이 입력되지 않은 경우 예외 반환 리팩토링 Oct 11, 2023
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

No branches or pull requests

1 participant