We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913c7ab commit ada9896Copy full SHA for ada9896
1 file changed
docs/en/index.md
@@ -89,6 +89,8 @@ public function getAuthenticationService(ServerRequestInterface $request): Authe
89
'controller' => 'Users',
90
'action' => 'login',
91
],
92
+ // or just a simple string
93
+ 'unauthenticatedRedirect' => '/users/login',
94
'queryParam' => 'redirect',
95
]);
96
0 commit comments