mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 05:51:51 +09:00
[FIX]: implicit type 체크 함수 인자 오류로 동작 안하던 것 수정
This commit is contained in:
parent
c8815f3f28
commit
cf5746685a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 패턴을 체크합니다.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue