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);`
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);