Skip to content

Conversation

@m-a-king
Copy link
Collaborator

@m-a-king m-a-king commented Dec 7, 2024

resolved :

📌 과제 설명

  • JwtAuthFilter에서 토큰이 없으면 SCH에 AUTH를 설정하지 않고 스킵.

👩‍💻 요구 사항과 구현 내용

  • JwtAuthFilter에서 토큰이 없으면 SCH에 AUTH를 설정하지 않고 스킵.

✅ PR 포인트 & 궁금한 점

JWT 예외가 발생하는 이유는 토큰이 없거나 올바르지 않은 값이기 때문입니다.

- 토큰이 없으면 SCH에 AUTH를 설정하지 않고 스킵.
@m-a-king m-a-king added bug Something isn't working 재중 Fix labels Dec 7, 2024
@m-a-king m-a-king self-assigned this Dec 7, 2024
@m-a-king m-a-king linked an issue Dec 7, 2024 that may be closed by this pull request
1 task
Copy link
Collaborator

@leebs0521 leebs0521 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

- 사용을 안 했음
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 7, 2024

@m-a-king m-a-king merged commit 56ad440 into main Dec 7, 2024
3 checks passed
@m-a-king m-a-king deleted the fix/186-fix-jwt-auth-filter-shuold-not-filter branch December 7, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Fix 재중

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] JWT 필터

3 participants