From ef05f9154b4dbe4d4172bab2dd51e02f28ba1659 Mon Sep 17 00:00:00 2001 From: compute Date: Mon, 7 Sep 2026 08:44:00 +0000 Subject: [PATCH] Update grocy config to use new AUTH path --- grocy/data/data/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/data/data/config.php b/grocy/data/data/config.php index 108121f..3d38b16 100644 --- a/grocy/data/data/config.php +++ b/grocy/data/data/config.php @@ -76,7 +76,7 @@ Setting('DISABLE_AUTH', false); // Either "Grocy\Middleware\DefaultAuthMiddleware", "Grocy\Middleware\ReverseProxyAuthMiddleware" // or any class that implements Grocy\Middleware\AuthMiddleware -Setting('AUTH_CLASS', 'Grocy\Middleware\DefaultAuthMiddleware'); +Setting('AUTH_CLASS', 'Grocy\Middleware\Auth\DefaultAuthMiddleware'); // Options when using ReverseProxyAuthMiddleware Setting('REVERSE_PROXY_AUTH_HEADER', 'REMOTE_USER'); // The name of the HTTP header which your reverse proxy uses to pass the username (on successful authentication)