JWT1 [JAVA] jwt 생성,발급,유효성검사 먼저 JWT를 관리할 수 있는 JwtUitl 클래스를 생성했다. 0. 변수 선언 static final String CLAIM_KEY_USERID = "userId"; static final String CLAIM_KEY_USERPW = "userPw"; static final String CLAIM_KEY_USERAUTH = "userAuth"; @Value("#{server['jwt.secret']}") private String secret; @Value("#{server['jwt.expiration']}") private long expiration; @Value("${jwt.refresh.expiration}") private long refreshExpiration; @Value("${toke.. 2022. 10. 13. 이전 1 다음