fix: JS SDK authorize에서 scope 제거 - 앱 직접 실행 개선

scope 파라미터가 있으면 웹 동의 페이지를 강제 표시함.
제거하면 개발자 콘솔 동의항목 설정대로 동작하며,
이미 동의한 사용자는 카카오톡 앱에서 바로 인증 완료.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
thug0bin 2026-02-25 11:13:54 +09:00
parent d868a494c2
commit a30374cd4a
2 changed files with 0 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {