This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-authentication-basic 0.3.0
Added
- Nothing.
Changed
-
Updates the zendframework/zend-expressive-authentication minimum supported version to 0.4.
-
#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.