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

[KS-12] API 요청 토큰 검증 Argument Resolver 구현 #23

Merged
merged 4 commits into from
May 7, 2024

Conversation

unanchoi
Copy link
Collaborator

@unanchoi unanchoi commented May 7, 2024

Related issue

Work Description

  • Token 검증을 위한 로직을 구현했습니다. 필터를 사용하기 보다는 ArgumentResolver를 사용하여, HttpServletRequest 객체에서 Token을 가져와 TokenValidator로 검증하는 형태의 로직을 취했습니다.

@unanchoi unanchoi added the Feat label May 7, 2024
@unanchoi unanchoi requested a review from l2hyunwoo May 7, 2024 18:28
@unanchoi unanchoi self-assigned this May 7, 2024
@unanchoi unanchoi merged commit ca19747 into develop May 7, 2024
1 check passed
@unanchoi unanchoi deleted the task#22 branch May 7, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[KS-12] API 요청 토큰 검증 Argument Resolver 구현
1 participant