array(
'zf-mvc-auth' => array(
'deny_by_default' => true
),
)
If deny_by_default is set to TRUE, the application home route, Apigility admin, documentation route and the swagger documentation routes are also blocked. Is this really desirable?
If yes, what is an easy way to figure out what all the apigility admin controllers are?
Originally posted by @pietervogelaar at zfcampus/zf-mvc-auth#43
If deny_by_default is set to TRUE, the application home route, Apigility admin, documentation route and the swagger documentation routes are also blocked. Is this really desirable?
If yes, what is an easy way to figure out what all the apigility admin controllers are?
Originally posted by @pietervogelaar at zfcampus/zf-mvc-auth#43