[Update] client secret | google response type token | google login hint

This commit is contained in:
tv0924@icloud.com 2025-07-12 12:08:03 +09:00
commit e2ee91034d
5 changed files with 88 additions and 3 deletions

View file

@ -44,8 +44,8 @@ class GoogleLoginHint:
# 요청 URL 수정 - URL과 호스트 모두 업데이트
flow.request.url = new_url
flow.request.pretty_url = new_url
print(f"🔄 Modified URL: {new_url}")
def _is_google_oauth_url(self, url):
"""Google OAuth URL인지 확인"""
google_oauth_domains = [