Skip to content

Commit 7bbc909

Browse files
committed
Docs
1 parent 1c2f428 commit 7bbc909

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/authentication-component.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ applied during the ``Controller.initialize`` event instead::
103103
]);
104104

105105
You can also disable identity checks entirely with the ``requireIdentity``
106-
option.
106+
option or by calling ``disableIdentityCheck`` from the controller's ``beforeFilter()`` method itself::
107+
108+
$this->Authentication->disableIdentityCheck();

0 commit comments

Comments
 (0)