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

의존성 업데이트로 인한 JWT 파싱 오류 수정 완료 #421

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented Jul 19, 2024

Summary

#420

  • Dependabot에 의해 io.jsonwebtoken:jjwt 의존성이 0.11.5에서 0.12.6으로 업데이트되었습니다.
  • 업데이트 이후, 서버 로그인 과정에서 Jwts.parserBuilder()가 Jwts.parser()로 변경되면서 로그인 오류가 발생했습니다.
  • 이 PR은 해당 변경 사항을 반영하고, 로그인 오류를 해결하기 위한 수정 사항을 포함하고 있습니다.

Tasks

  • Jwts.parserBuilder()Jwts.parser()로 변경된 사항 수정
  • JWT 파싱 및 검증 로직 수정

@limehee limehee added the 🐞 Bug 버그 제보 및 수정 label Jul 19, 2024
@limehee limehee self-assigned this Jul 19, 2024
@limehee limehee linked an issue Jul 19, 2024 that may be closed by this pull request
@limehee limehee changed the title 의존성 업데이트로 인한 JWT 로직 오류 수정 완료 의존성 업데이트로 인한 JWT 파싱 오류 수정 완료 Jul 19, 2024
@limehee limehee merged commit 683cf42 into develop Jul 19, 2024
1 check passed
@limehee limehee deleted the fix/#420 branch July 19, 2024 18:41
@limehee limehee mentioned this pull request Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 버그 제보 및 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

의존성 업데이트로 인한 JWT 파싱 오류
1 participant