mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 01:06:23 +00:00
More authentication refactoring to also provide "plugable" credentials handling (references #921, needed for #305)
This commit is contained in:
@@ -72,4 +72,9 @@ class ApiKeyAuthMiddleware extends AuthMiddleware
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static function ProcessLogin(array $postParams)
|
||||
{
|
||||
throw new \Exception('Not implemented');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user