We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a256f commit 9caee14Copy full SHA for 9caee14
1 file changed
src/webapp/utilities.py
@@ -322,6 +322,7 @@ async def get_current_user(
322
headers={"WWW-Authenticate": "Bearer"},
323
)
324
usrname = None
325
+ print(token_from_key)
326
token_from_key = token_from_key.credentials
327
try:
328
if not token_from_key:
0 commit comments