Skip to content

Commit

Permalink
💡 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
min-0 committed Aug 19, 2024
1 parent 1bdd3a3 commit ccd1b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public JwtProvider(
// secretKey 값을 Base64 Decode 해서 key 변수에 할당
@Override
public void afterPropertiesSet() {
byte[] keyBytes = secretKey.getBytes();
byte[] keyBytes = secretKey.getBytes(); //32바이트 이상
this.key = Keys.hmacShaKeyFor(keyBytes);
}

Expand Down

0 comments on commit ccd1b81

Please sign in to comment.