Skip to content

Commit 9caee14

Browse files
committed
adjusted api authentication
1 parent 57a256f commit 9caee14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/webapp/utilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ async def get_current_user(
322322
headers={"WWW-Authenticate": "Bearer"},
323323
)
324324
usrname = None
325+
print(token_from_key)
325326
token_from_key = token_from_key.credentials
326327
try:
327328
if not token_from_key:

0 commit comments

Comments
 (0)