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

feat: jjwtVersion 0.12.5 업그레이드 (#905) #906

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

seokjin8678
Copy link
Collaborator

📌 관련 이슈

✨ PR 세부 내용

이슈에 작성한 것 처럼 jjwtVersion을 0.11.5에서 0.12.5로 업그레이드 했습니다.

기존 Jwts.parserBuilder() 메서드가 deprecate 처리되어 Jwts.parser() 사용으로 변경되었고, 다른 메서드 또한 변경되었습니다.

테스트 확인 결과 작동에는 이상 없는 것을 확인했습니다!

@seokjin8678 seokjin8678 added the BE 백엔드에 관련된 작업 label Apr 28, 2024
@seokjin8678 seokjin8678 self-assigned this Apr 28, 2024
@github-actions github-actions bot requested review from BGuga, carsago and xxeol2 April 28, 2024 17:04
Copy link

Test Results

212 files  212 suites   24s ⏱️
691 tests 691 ✅ 0 💤 0 ❌
704 runs  704 ✅ 0 💤 0 ❌

Results for commit 8078f13.

Copy link
Member

@BGuga BGuga left a comment

Choose a reason for hiding this comment

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

수고하셨습니다

@seokjin8678
Copy link
Collaborator Author

해당 feat 기반으로 OAuth2 OpenID 인증 구현이 빠르게 되어야 하므로 머지 하겠습니다!

@seokjin8678 seokjin8678 merged commit 00dcf22 into dev Apr 29, 2024
5 checks passed
@seokjin8678 seokjin8678 deleted the feat/#905 branch April 29, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] io.jsonwebtoken:jjwt 라이브러리의 버전을 0.12.5로 최신화 한다.
2 participants