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 f4aa65e commit 1b1d67fCopy full SHA for 1b1d67f
src/Middleware/AuthenticationMiddleware.php
@@ -39,6 +39,8 @@ class AuthenticationMiddleware
39
* - `name` the application hook method to call. Will be prefixed with `authentication`
40
* - `unauthenticatedRedirect` - The URL to redirect unauthenticated errors to. See
41
* AuthenticationComponent::allowUnauthenticated()
42
+ * - `queryParam` - Set to true to have unauthenticated redirects contain a `redirect` query string
43
+ * parameter with the previously blocked URL.
44
*/
45
protected $_defaultConfig = [
46
'identityAttribute' => 'identity',
0 commit comments