Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

zf-mvc-auth 1.4.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Jul 15:31
· 71 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #120 fixes the Module::onBootstrap() method to re-introduce attachment of the MvcRouteListener.
  • #119 fixes a comparisoin in DefaultResourceResolverListener::getIdentifier() whereby an identifier of 0 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.