This commit is contained in:
parent
afb65d396b
commit
2f13943781
|
@ -11,7 +11,7 @@ async def check_auth(req) -> (bool, int | None):
|
||||||
# Logging the authentication token
|
# Logging the authentication token
|
||||||
print(f"[services.auth] checking auth token: {token}")
|
print(f"[services.auth] checking auth token: {token}")
|
||||||
query_name = "validate_jwt_token"
|
query_name = "validate_jwt_token"
|
||||||
opeation = "ValidateTokenå"
|
opeation = "ValidateToken"
|
||||||
headers = {
|
headers = {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user