From a30374cd4a3cd026883bee4e313329b123426d99 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Wed, 25 Feb 2026 11:13:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20JS=20SDK=20authorize=EC=97=90=EC=84=9C?= =?UTF-8?q?=20scope=20=EC=A0=9C=EA=B1=B0=20-=20=EC=95=B1=20=EC=A7=81?= =?UTF-8?q?=EC=A0=91=20=EC=8B=A4=ED=96=89=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit scope 파라미터가 있으면 웹 동의 페이지를 강제 표시함. 제거하면 개발자 콘솔 동의항목 설정대로 동작하며, 이미 동의한 사용자는 카카오톡 앱에서 바로 인증 완료. Co-Authored-By: Claude Opus 4.6 --- backend/templates/claim_form.html | 1 - backend/templates/my_page_login.html | 1 - 2 files changed, 2 deletions(-) diff --git a/backend/templates/claim_form.html b/backend/templates/claim_form.html index a0a96ed..3c4785b 100644 --- a/backend/templates/claim_form.html +++ b/backend/templates/claim_form.html @@ -745,7 +745,6 @@ if (typeof Kakao !== 'undefined' && Kakao.isInitialized()) { Kakao.Auth.authorize({ redirectUri: 'https://mile.0bin.in/claim/kakao/callback', - scope: 'profile_nickname,profile_image,account_email,name,phone_number,birthday', state: '{{ kakao_state }}' }); } else { diff --git a/backend/templates/my_page_login.html b/backend/templates/my_page_login.html index d2372e8..4f221eb 100644 --- a/backend/templates/my_page_login.html +++ b/backend/templates/my_page_login.html @@ -223,7 +223,6 @@ if (typeof Kakao !== 'undefined' && Kakao.isInitialized()) { Kakao.Auth.authorize({ redirectUri: 'https://mile.0bin.in/claim/kakao/callback', - scope: 'profile_nickname,profile_image,account_email,name,phone_number,birthday', state: '{{ kakao_state }}' }); } else {