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 토큰 추출 방식 개선 관련 food 패키지 리팩토링 (#145) #146

Merged
merged 3 commits into from
Jan 23, 2024

Conversation

win-luck
Copy link
Contributor

@win-luck win-luck commented Jan 22, 2024

  • FoodController의 userId 추출 방식 PathVariable 직접 접근 에서 JwtToken을 통한 간접 추출 방식으로 개편
  • FoodControllerTest 개편사항 반영
  • UserControllerTest 일부 누락된 테스트 설정 반영
  • Swagger에 JWT 인증 관련 설정 추가

@win-luck win-luck added the refactor 리팩토링 label Jan 22, 2024
@win-luck win-luck self-assigned this Jan 22, 2024
@win-luck win-luck requested a review from synoti21 January 22, 2024 13:28
Copy link
Contributor

@synoti21 synoti21 left a comment

Choose a reason for hiding this comment

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

LGTM

@synoti21 synoti21 merged commit 40a11b5 into master Jan 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: jwt 토큰 추출 방식 개선 관련 food 패키지 리팩토링 (#145)
2 participants