bugfix
This commit is contained in:
parent
5e80cc6b84
commit
afaf08dbee
@ -120,7 +120,6 @@ async def basic_auth(sor, request):
|
||||
async def getAuthenticationUserid(sor, request):
|
||||
auth = request.headers.get('Authorization')
|
||||
if auth is None:
|
||||
debug(f'{request.headers=}, not Authorization')
|
||||
return None
|
||||
for h,f in registered_auth_methods.items():
|
||||
if auth.startswith(h):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user