update: member쪽 jwt decrated 된항목 조치
This commit is contained in:
parent
2345a4a41a
commit
344fcb7835
@ -105,7 +105,7 @@ public class JwtTokenProvider {
|
|||||||
* 토큰 파싱
|
* 토큰 파싱
|
||||||
*/
|
*/
|
||||||
private Claims parseClaims(String token) {
|
private Claims parseClaims(String token) {
|
||||||
return Jwts.parserBuilder()
|
return Jwts.parser()
|
||||||
.setSigningKey(secretKey)
|
.setSigningKey(secretKey)
|
||||||
.build()
|
.build()
|
||||||
.parseClaimsJws(token)
|
.parseClaimsJws(token)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user