'io.jsonwebtoken ' 0.12.x 업데이트에 따른 JWT 생성 및 파싱 로직 마이그레이션 완료 #451
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
현재 'io.jsonwebtoken' 라이브러리가 0.12.x 버전으로 업데이트되면서 기존에 사용하던 JWT 생성 및 파싱 관련 메소드들이 Deprecate 되었습니다. 이에 따라 최신 버전에 맞춰 Deprecate된 로직을 마이그레이션합니다.
추가로, ROLE_ prefix 설정 로직을 개선합니다.
Tasks
ROLE_
prefix 설정 로직 개선ETC
Java JWT: JSON Web Token for Java and Android