mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
This commit is contained in:
@@ -58,6 +58,7 @@ class ApiKeyAuthMiddleware extends AuthMiddleware
|
||||
if ($request->getQueryParam('secret') !== null && $apiKeyService->IsValidApiKey($request->getQueryParam('secret'), ApiKeyService::API_KEY_TYPE_SPECIAL_PURPOSE_CALENDAR_ICAL))
|
||||
{
|
||||
$validApiKey = true;
|
||||
$usedApiKey = $request->getQueryParam('secret');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user