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', ]);