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

zf-mvc-auth 1.5.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 02 May 19:07
· 13 commits to master since this release

Added

  • #137 adds support for zend-permissions-rbac 3.0.

  • #137 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #137 removes support for HHVM.

Fixed

  • #136 provides changes to the OAuth2Adapter that prevent hitting
    the database twice when the token is valid.