From 17f3e39aebb5fdfc92a502bcff62da8e195159d2 Mon Sep 17 00:00:00 2001 From: jjikky Date: Tue, 9 Jul 2024 00:49:43 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=EC=BF=A0=ED=82=A4=20?= =?UTF-8?q?=EC=98=B5=EC=85=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/config/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/common/config/index.js b/src/common/config/index.js index d48d65c..001afb8 100644 --- a/src/common/config/index.js +++ b/src/common/config/index.js @@ -30,16 +30,14 @@ switch (process.env.NODE_ENV) { conf.cookieInAccessTokenOptions = { httpOnly: false, maxAge: 10 * 60 * 1000, - // sameSite: 'Lax', - sameSite: 'None', + sameSite: 'Lax', domain: '.murakano.site', secure: true, }; conf.cookieInRefreshTokenOptions = { httpOnly: true, maxAge: 12 * 60 * 60 * 1000, - // sameSite: 'Lax', - sameSite: 'None', + sameSite: 'Lax', domain: '.murakano.site', secure: true, };