Merge pull request #23 from j93es/fix/access-token

Access-Token 동작 오류 Hotfix
This commit is contained in:
김민곤 2025-07-05 15:27:54 +09:00 committed by GitHub
commit 1a97b9d403
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ class AccessTokenScanner:
print("[TOKENDEBUG] No matched.")
return None
def _is_implicit_flow(request_url: str) -> bool:
def _is_implicit_flow(self, request_url: str) -> bool:
"""
URL의 파라미터에서 OAuth Implicit Flow 패턴을 체크합니다.