Skip to content

Commit

Permalink
[feat] kakao_login
Browse files Browse the repository at this point in the history
기능 : 카카오 로그인 기능 개발
이슈 사항
  • Loading branch information
MinkeySon committed Mar 30, 2024
1 parent 339241f commit 4c345ff
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 4c345ff

Please sign in to comment.