From 26f63c9e55b03b70105a3a4a91af073a0024f37e Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Tue, 26 May 2026 11:44:33 +0200 Subject: [PATCH] small docs adjustments --- docs/en/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/index.md b/docs/en/index.md index baa1517d..48e61278 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -89,6 +89,8 @@ public function getAuthenticationService(ServerRequestInterface $request): Authe 'controller' => 'Users', 'action' => 'login', ], + // or just a simple string + 'unauthenticatedRedirect' => '/users/login', 'queryParam' => 'redirect', ]);