Skip to content

Commit 1e8c8bb

Browse files
authored
Merge pull request #24 from MaxedOut-Muneo/fix/#23
[fix] local test 오픈
2 parents efa3817 + f851d17 commit 1e8c8bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spring:
2020
client-name: kakao
2121
authorization-grant-type: authorization_code
2222
client-authentication-method: client_secret_post
23-
redirect-uri: https://api.muneo.ai.kr/login/oauth2/code/kakao
23+
redirect-uri: "{baseUrl}/login/oauth2/code/kakao"
2424
provider:
2525
kakao:
2626
authorization-uri: https://kauth.kakao.com/oauth/authorize
@@ -64,7 +64,7 @@ app:
6464
cookie:
6565
access-token-name: access_token
6666
refresh-token-name: refresh_token
67-
same-site: ${COOKIE_SAME_SITE:Lax}
67+
same-site: ${COOKIE_SAME_SITE:None}
6868
domain: ${COOKIE_DOMAIN:}
6969
secure: ${COOKIE_SECURE:false}
7070
oauth:

0 commit comments

Comments
 (0)