mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 13:11:52 +09:00
[Update] client secret | google response type token | google login hint
This commit is contained in:
parent
1a97b9d403
commit
e2ee91034d
5 changed files with 88 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue