Skip to content

Commit

Permalink
test: 쿠키 Secure, SameSite 속성 테스트 7
Browse files Browse the repository at this point in the history
  • Loading branch information
49EHyeon42 committed Sep 25, 2024
1 parent aa483d5 commit 0d78f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void kakaoLogin(
.httpOnly(true)
.maxAge(tokenDto.getTempTokenExpirationTime())
.domain("connectrip.site")
.sameSite("None")
// .sameSite("None")
.secure(true)
.build();

Expand Down

0 comments on commit 0d78f5a

Please sign in to comment.