Open phobia opened 13 years ago
Hi,
Is it possible to use $secure_actions to define an action that should not have auth required, even if $auth_required = true?
Something like this: $secure_actions = array('my_public_action' => false);
$secure_actions = array('my_public_action' => false);
Hi,
Is it possible to use $secure_actions to define an action that should not have auth required, even if $auth_required = true?
Something like this:
$secure_actions = array('my_public_action' => false);