This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-authentication 2.6.0
·
39 commits
to master
since this release
Added
- #34 adds support for PHP 7.2.
Changed
- #14 modifies the
Zend\Authentication\Validator\Authentication
class such that
it now will pull an adapter from the composedAuthenticationService
instance if no
authentication adapter is registered directly with the validator. This will only work
if the adapter is aValidatableAdapterInterface
implementation (allAbstractAdapter
instances are already implementations).
Deprecated
- Nothing.
Removed
Fixed
- Nothing.