Browse Source

Update docblock.

ADmad 10 years ago
parent
commit
7ddbdf82bd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/Controller/Component/AuthComponent.php

+ 3 - 0
src/Controller/Component/AuthComponent.php

@@ -135,6 +135,9 @@ class AuthComponent extends Component
      *   - If set to a string or array the value is used as a URL to redirect to.
      *   - If set to false a `ForbiddenException` exception is thrown instead of redirecting.
      *
+     * - `storage` - Storage class to use for persisting user record. When using
+     *   stateless authenticator you should set this to 'Memory'. Defaults to 'Session'.
+     *
      * @var array
      */
     protected $_defaultConfig = [