mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 04:51:51 +09:00
Merge pull request #23 from j93es/fix/access-token
Access-Token 동작 오류 Hotfix
This commit is contained in:
commit
1a97b9d403
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