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: @AuthUser 수정 (#105) #107

Merged
merged 1 commit into from
Jun 2, 2024
Merged

♻️ refactor: @AuthUser 수정 (#105) #107

merged 1 commit into from
Jun 2, 2024

Conversation

jinho7
Copy link
Contributor

@jinho7 jinho7 commented Jun 2, 2024

☝️Issue Number

🔎 Key Changes

  • 인가 과정 api-gateway에 전적으로 위임
  • User-Servcie : 토큰 resolve 방식-> 헤더에서 온 email 받아서 쓰는 방식으로 변경
스크린샷 2024-06-02 오후 6 00 55
  • log Check 및 정상적으로 서비스 돌아가는지 확인 완료

💌 To Reviewers

  • 주의사항

- 인가 과정 api-gateway에 전적으로 위임
- User-Servcie : 토큰 resolve 방식-> 헤더에서 온 email 받아서 쓰는 방식으로 변경
@jinho7 jinho7 added the refactor label Jun 2, 2024
@jinho7 jinho7 requested review from DDonghyeo and seheonnn June 2, 2024 09:01
@jinho7 jinho7 self-assigned this Jun 2, 2024
@jinho7 jinho7 linked an issue Jun 2, 2024 that may be closed by this pull request
1 task
@jinho7 jinho7 merged commit fcc7374 into develop Jun 2, 2024
1 check passed
@jinho7 jinho7 deleted the feature/#105 branch June 2, 2024 09:11
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.

♻️ refactor: @AuthUser 수정
2 participants