Skip to content

Commit

Permalink
Update docs for SecurityComponent::requireAuth()
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 9, 2013
1 parent e4110b1 commit fee6172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/Cake/Controller/Component/SecurityComponent.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -307,7 +307,11 @@ public function requireSecure() {
} }


/** /**
* Sets the actions that require an authenticated request, or empty for all actions * Sets the actions that require whitelisted form submissions.
*
* Adding actions with this method will enforce the restrictions
* set in SecurityComponent::$allowedControllers and
* SecurityComponent::$allowedActions.
* *
* @return void * @return void
* @link http://book.cakephp.org/2.0/en/core-libraries/components/security-component.html#SecurityComponent::requireAuth * @link http://book.cakephp.org/2.0/en/core-libraries/components/security-component.html#SecurityComponent::requireAuth
Expand Down

0 comments on commit fee6172

Please sign in to comment.