Skip to content

Commit

Permalink
โœจ [feat] SOPT-all#11 chore
Browse files Browse the repository at this point in the history
  • Loading branch information
choyeongju committed Jan 10, 2025
1 parent 5469aea commit a49948d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public String generateToken(final long userId, final long tokenExpirationTime) {
.compact();
}


// ํ† ํฐ์„ ํŒŒ์‹ฑํ•˜๊ณ  JWS ๊ฒ€์ฆ, JWT์˜ ํด๋ ˆ์ž„ ๋ฐ˜ํ™˜
public Claims getBody(final String token) {
return Jwts.parserBuilder()
Expand Down

0 comments on commit a49948d

Please sign in to comment.