The authorization page says "A check means authentication is required for the given combination of service and HTTP method.".
But with the following configuration a check means just the opposite.
array(
'zf-mvc-auth' => array(
'deny_by_default' => true
),
)
Originally posted by @pietervogelaar at zfcampus/zf-mvc-auth#44
The authorization page says "A check means authentication is required for the given combination of service and HTTP method.".
But with the following configuration a check means just the opposite.
Originally posted by @pietervogelaar at zfcampus/zf-mvc-auth#44