Skip to content

Commit

Permalink
Merge pull request #147 from minkey-hand-foot/feat_HandMK_kakaologin
Browse files Browse the repository at this point in the history
[feat] kakao_login
  • Loading branch information
MinkeySon authored Mar 30, 2024
2 parents 339241f + 4c345ff commit a9ae5c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public String createRefreshToken(String userEmail){
public ResponseEntity<ReissueTokenResponseDto> refreshToken(TokenRequestDto tokenRequestDto) {
log.info("[Refresh Token] Access Token 재발급 시작");

// 토큰 유효성 검사
// 토큰 유효성
if(!validateToken(tokenRequestDto.getRefreshToken())) {
log.error("[Refresh Token] 유효하지 않은 Refresh Token");
throw new RuntimeException("유효하지 않은 토큰");
Expand Down

0 comments on commit a9ae5c7

Please sign in to comment.