We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2f428 commit 7bbc909Copy full SHA for 7bbc909
docs/en/authentication-component.rst
@@ -103,4 +103,6 @@ applied during the ``Controller.initialize`` event instead::
103
]);
104
105
You can also disable identity checks entirely with the ``requireIdentity``
106
-option.
+option or by calling ``disableIdentityCheck`` from the controller's ``beforeFilter()`` method itself::
107
+
108
+ $this->Authentication->disableIdentityCheck();
0 commit comments