Skip to content

Commit

Permalink
[Fix/#308]: 시큐리티 필터 파싱 오류 해결 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 authored Aug 6, 2024
1 parent 2655a53 commit 25ef9b1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ class TokenUserDetailsService(

val id = claims.get(
MEMBER_ID_CLAIM_KEY,
Long::class.java
)
Integer::class.java
).toLong()

val roles = claims.get(
MEMBER_ROLE_CLAIM_KEY,
String::class.java
Expand Down

0 comments on commit 25ef9b1

Please sign in to comment.