More authentication refactoring to also provide "plugable" credentials handling (references #921, needed for #305)

This commit is contained in:
Bernd Bestel
2020-10-19 18:38:12 +02:00
parent 9f88dd3af3
commit 94214b867a
9 changed files with 81 additions and 52 deletions

View File

@@ -4,6 +4,8 @@ namespace Grocy\Services;
class SessionService extends BaseService
{
const SESSION_COOKIE_NAME = 'grocy_session';
/**
* @return string
*/