Skip to content

Commit

Permalink
Merge pull request #38 from FinalDoubleTen/develop
Browse files Browse the repository at this point in the history
Fix: JWT 시크릿 키 환경변수 적용
  • Loading branch information
yuhyun1 authored Jan 3, 2024
2 parents ce3d1b2 + 51c0672 commit 125d9aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private String getToken(Authentication authentication, String authorities, Date
public Authentication getAuthentication(String accessToken) {
// 토큰 복호화
Claims claims = parseClaims(accessToken);

if (claims.get(AUTHORITIES_KEY) == null) {
throw new RuntimeException("권한 정보가 없는 토큰입니다.");
}
Expand Down

0 comments on commit 125d9aa

Please sign in to comment.