Skip to content

Commit

Permalink
fix : 프론트 도메인 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangdaesun committed Feb 13, 2025
1 parent 1861494 commit 8251c71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ private void setRefreshTokenCookie(HttpServletResponse response, String refreshT
.httpOnly(true)
.maxAge(REFRESH_TOKEN_EXPIRE_TIME)
.path("/")
.domain("https://www.sbooky.net")
.build();
response.addHeader(SET_COOKIE, cookie.toString());
}
Expand Down

0 comments on commit 8251c71

Please sign in to comment.