This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-authentication-basic 1.0.0alpha1
·
43 commits
to master
since this release
Added
- Nothing.
Changed
-
#5 changes the constructor of the
Zend\Expressive\Authentication\Basic\BasicAccessclass to accept a callable$responseFactoryinstead of aPsr\Http\Message\ResponseInterfaceresponse prototype. The$responseFactoryshould produce aResponseInterfaceimplementation when invoked. -
#5 updates the
BasicAccessFactoryto no longer useZend\Expressive\Authentication\ResponsePrototypeTrait, and instead always depend on thePsr\Http\Message\ResponseInterfaceservice to correctly return a PHP callable capable of producing aResponseInterfaceinstance.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.