mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 03:04:36 +00:00
More authentication refactoring to also provide "plugable" credentials handling (references #921, needed for #305)
This commit is contained in:
@@ -4,6 +4,8 @@ namespace Grocy\Services;
|
||||
|
||||
class SessionService extends BaseService
|
||||
{
|
||||
const SESSION_COOKIE_NAME = 'grocy_session';
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
Reference in New Issue
Block a user