trig
This commit is contained in:
parent
aa7e0f9cfc
commit
cbc22cf0a3
|
@ -11,7 +11,6 @@ async def check_auth(req) -> str | None:
|
||||||
user_id = ""
|
user_id = ""
|
||||||
if token:
|
if token:
|
||||||
# Logging the authentication token
|
# Logging the authentication token
|
||||||
# print(f"[services.auth] checking auth token: {token}")
|
|
||||||
query_name = "validate_jwt_token"
|
query_name = "validate_jwt_token"
|
||||||
operation = "ValidateToken"
|
operation = "ValidateToken"
|
||||||
headers = {
|
headers = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user