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