From 362964a646d26810232913a770e4749e106d96aa Mon Sep 17 00:00:00 2001 From: dainnida Date: Fri, 21 Feb 2025 01:54:00 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Bug:=20=EC=86=8C=EC=85=9C=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=B8=20=EC=8B=9C=20=EC=84=B8=EC=85=98=20=EC=9C=A0=EC=A7=80?= =?UTF-8?q?=EC=95=88=EB=90=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 401bf23..ab892cc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -58,7 +58,7 @@ spring: apple: url: https://appleid.apple.com - # key-path: ${OAUTH_APPLE_P8} + key-path: ${OAUTH_APPLE_P8} key-content: ${OAUTH_APPLE_P8_KEY_CONTENT} cid: ${OAUTH_APPLE_CID} tid: ${OAUTH_APPLE_TID} @@ -106,4 +106,12 @@ aladin: api: url: https://www.aladin.co.kr/ttb/api/ItemSearch.aspx?QueryType=Keyword&SearchTarget=All&Cover=Big&Output=JS # 검색어 종류: 제목+저자, 검색 대상: 전체, 표지 이미지 크기: 가장 큰 크기, 출력방법: JSON - ttbkey: ${ALADIN_TTB_KEY} \ No newline at end of file + ttbkey: ${ALADIN_TTB_KEY} + +# 세션 유지를 위한 쿠키 설정 +server: + servlet: + session: + cookie: + same-site: none + secure: true \ No newline at end of file From ce841120389ff9781846bf3f90631dff99afcdef Mon Sep 17 00:00:00 2001 From: dainnida Date: Fri, 21 Feb 2025 01:57:21 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Refactor:=20=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20=EC=BD=94=EB=93=9C=20=EC=A3=BC=EC=84=9D=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ab892cc..cc0ed19 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -58,7 +58,7 @@ spring: apple: url: https://appleid.apple.com - key-path: ${OAUTH_APPLE_P8} + # key-path: ${OAUTH_APPLE_P8} key-content: ${OAUTH_APPLE_P8_KEY_CONTENT} cid: ${OAUTH_APPLE_CID} tid: ${OAUTH_APPLE_TID}