This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
zf-mvc-auth 1.4.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #120 fixes the
Module::onBootstrap()
method to re-introduce attachment of theMvcRouteListener
. - #119 fixes a comparisoin in
DefaultResourceResolverListener::getIdentifier()
whereby an identifier of0
was incorrectly resulting in matching to a collection request. As collections and entities often have different permissions, this could lead to potential false-positiive authorization checks.