Skip to content

Commit

Permalink
[BE] 삭제하기 위한 쿠키에 도메인 정보를 추가한다. (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
JINU-CHANG authored Nov 19, 2024
2 parents c303d2d + d69d836 commit 36540eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public ResponseCookie deleteRefreshTokenCookie() {
private ResponseCookie deleteCookie(String tokenName, String path) {
return ResponseCookie
.from(tokenName, "")
.domain(domain)
.httpOnly(true)
.secure(true)
.sameSite(sameSite)
Expand Down

0 comments on commit 36540eb

Please sign in to comment.