From 62632cb7b83f32870dbd8c44fd2a0cf5bb86c7ba Mon Sep 17 00:00:00 2001 From: thug0bin Date: Wed, 25 Feb 2026 02:54:54 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20name=20scope=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=B0=8F=20=EC=97=90=EB=9F=AC=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=97=90=20=EC=B9=B4=EC=B9=B4=EC=98=A4=20=EB=A7=88=EC=9D=B4?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=B2=84=ED=8A=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 카카오 동의항목에서 name이 이미 승인되어 scope에 추가 - 에러 페이지(이미 적립된 영수증 등)에 '내 마일리지 확인하기' 카카오 버튼 추가 - 에러 발생 시에도 자연스럽게 마이페이지로 이동 가능 Co-Authored-By: Claude Opus 4.6 --- backend/services/kakao_client.py | 2 +- backend/templates/error.html | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/backend/services/kakao_client.py b/backend/services/kakao_client.py index 43db429..0fe8165 100644 --- a/backend/services/kakao_client.py +++ b/backend/services/kakao_client.py @@ -39,7 +39,7 @@ class KakaoAPIClient: 'client_id': self.client_id, 'redirect_uri': self.redirect_uri, 'response_type': 'code', - 'scope': 'profile_nickname,profile_image,account_email' + 'scope': 'profile_nickname,profile_image,account_email,name' } if state: diff --git a/backend/templates/error.html b/backend/templates/error.html index a2cd18a..18c67d3 100644 --- a/backend/templates/error.html +++ b/backend/templates/error.html @@ -88,7 +88,15 @@
⚠️
문제가 발생했어요
{{ message }}
- 홈으로 이동 +
+ + + + + 내 마일리지 확인하기 + + 홈으로 이동 +