Skip to content

Commit

Permalink
Merge pull request #62 from max2023-4th-project-01/#53-add-item
Browse files Browse the repository at this point in the history
doc: 주석 변경
  • Loading branch information
crtEvent authored Oct 6, 2023
2 parents e7606d4 + 1db60a6 commit 2021042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public UserInfoForJwt getUserInfoForJwtBy(String token) {
errorMessage = "JWT 토큰이 잘못되었습니다.";
}

// 현재 프론트단에 refresh token 로직이 구현되어 있지 않아 게스트 회원을 반환하도록 변경
// 현재 프론트단과 refresh token 로직을 맞춰보지 않아, 토큰 검증 실패시 에러를 발생시키는 대신 게스트 회원을 반환 하도록 임시 변경
// throw new IllegalJwtTokenException(errorMessage);
log.info(errorMessage);
return UserInfoForJwt.generateGuestUserInfo();
Expand Down

0 comments on commit 2021042

Please sign in to comment.