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 생성 및 파싱 로직 마이그레이션 #450

Closed
2 tasks done
limehee opened this issue Aug 7, 2024 · 0 comments · Fixed by #451
Closed
2 tasks done
Assignees
Labels
🔨 Refactor 코드 수정 및 개선

Comments

@limehee
Copy link
Collaborator

limehee commented Aug 7, 2024

Describe

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

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

Tasks

  • Deprecate된 메소드 사용 부분을 새로운 메소드로 변경
  • ROLE_ prefix 설정 로직 개선
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
1 participant