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

fix: JWT 인증 문제 해결 및 추가 테스트 코드 작성 #96

Merged
merged 3 commits into from
Nov 7, 2024

Conversation

peeerr
Copy link
Contributor

@peeerr peeerr commented Nov 7, 2024

📝 작업 내용

  • 분산 서버에서 JWT가 정상적으로 동작하지 않는 문제 해결
    • A 서버에서 받은 토큰으로 B 서버에 요청하면 유효하지 않는 토큰
    • SecretKey를 각 서버에서 임의로 생성해서 사용하기 때문에 발생
  • 추가 테스트 코드 작성 (Notification 관련, Util 관련)

🔗 관련 이슈

close #95

@peeerr peeerr added 🐛 bug 버그 해결 🔨 test 테스트 코드 작성 labels Nov 7, 2024
@peeerr peeerr self-assigned this Nov 7, 2024
@peeerr peeerr linked an issue Nov 7, 2024 that may be closed by this pull request
2 tasks
Copy link

github-actions bot commented Nov 7, 2024

Test Results

201 tests   201 ✅  8s ⏱️
 45 suites    0 💤
 45 files      0 ❌

Results for commit 69f9291.

@peeerr peeerr merged commit 4035549 into weekly/10 Nov 7, 2024
3 checks passed
@peeerr peeerr deleted the fix/95-jwt-auth branch November 7, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug 버그 해결 🔨 test 테스트 코드 작성
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] JWT 인증 문제 해결 및 추가 테스트 코드 작성
1 participant