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

'io.jsonwebtoken ' 0.12.x 업데이트에 따른 JWT 생성 및 파싱 로직 마이그레이션 완료 #451

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented Aug 7, 2024

Summary

#450

현재 'io.jsonwebtoken' 라이브러리가 0.12.x 버전으로 업데이트되면서 기존에 사용하던 JWT 생성 및 파싱 관련 메소드들이 Deprecate 되었습니다. 이에 따라 최신 버전에 맞춰 Deprecate된 로직을 마이그레이션합니다.

추가로, ROLE_ prefix 설정 로직을 개선합니다.

Tasks

  • Deprecate된 메소드 사용 부분을 새로운 메소드로 변경
  • ROLE_ prefix 설정 로직 개선

ETC

Java JWT: JSON Web Token for Java and Android

@limehee limehee added the 🔨 Refactor 코드 수정 및 개선 label Aug 7, 2024
@limehee limehee self-assigned this Aug 7, 2024
@limehee limehee merged commit 651d6a8 into develop Aug 7, 2024
3 checks passed
@limehee limehee deleted the refactor/#450 branch August 7, 2024 14:04
@limehee limehee mentioned this pull request Aug 18, 2024
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.

'io.jsonwebtoken ' 0.12.x 업데이트에 따른 JWT 생성 및 파싱 로직 마이그레이션
2 participants