We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9921f0 commit 95e9425Copy full SHA for 95e9425
src/main/java/com/oronaminc/join/member/token/JwtUtils.java
@@ -19,7 +19,7 @@ public static void addRefreshTokenCookie(HttpServletResponse response, String re
19
.httpOnly(true)
20
.secure(true)
21
.path("/")
22
- .sameSite("Strict")
+ .sameSite("None")
23
.maxAge(JwtUtils.toSeconds(expiresIn))
24
.build();
25
0 commit comments