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

permitAll() 해준 url에서 filter로 들어감 #9

Closed
NCookies opened this issue May 11, 2023 · 1 comment
Closed

permitAll() 해준 url에서 filter로 들어감 #9

NCookies opened this issue May 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@NCookies
Copy link
Collaborator

Oauth 2.0과 JWT를 구현한 소스코드를 참고하여 프로젝트를 만들었음

지금 /login/oauth2/code/~~~ 에서 인가코드를 받으려고 하는데, 아직 JWT가 없는데 필터에서 자꾸 걸린다. configure에서 해당 url은 permitAll()을 해줬는데도 말이다!!

이 때문에 만들어둔 필터에서 JWT 유효성을 체크하는 부분에서 에러가 발생하고, 정상적인 response를 돌려주지 못하고 있는 상황이다.

@NCookies NCookies self-assigned this May 11, 2023
@NCookies NCookies added bug Something isn't working enhancement New feature or request labels May 11, 2023
@NCookies
Copy link
Collaborator Author

permitAll() 메소드를 사용해도 지정한 request가 필터에 들어가는 것은 정상적인 동작임

만약 request의 헤더에 jwt가 존재하지 않는다면 신규 회원이라는 의미이기 때문에 별 다른 동작을 하지 않고 다음 필터로 넘겨주면 됨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant