Releases: zendframework/zend-expressive-authentication-basic
zend-expressive-authentication-basic 1.0.0
zend-expressive-authentication-basic 0.3.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing
Fixed
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\BasicAccess
class to accept a callable$responseFactory
instead of aPsr\Http\Message\ResponseInterface
response prototype. The$responseFactory
should produce aResponseInterface
implementation when invoked. -
#5 updates the
BasicAccessFactory
to no longer useZend\Expressive\Authentication\ResponsePrototypeTrait
, and instead always depend on thePsr\Http\Message\ResponseInterface
service to correctly return a PHP callable capable of producing aResponseInterface
instance.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 1.0.0alpha1
Added
- Nothing.
Changed
-
#5 changes the constructor of the
Zend\Expressive\Authentication\Basic\BasicAccess
class to accept a callable$responseFactory
instead of aPsr\Http\Message\ResponseInterface
response prototype. The$responseFactory
should produce aResponseInterface
implementation when invoked. -
#5 updates the
BasicAccessFactory
to no longer useZend\Expressive\Authentication\ResponsePrototypeTrait
, and instead always depend on thePsr\Http\Message\ResponseInterface
service to correctly return a PHP callable capable of producing aResponseInterface
instance.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.2.0
Added
- Nothing.
Changed
- #4 changes the zendframework/zend-expressive-authentication minimum supported version to 1.0.0alpha3.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.1.3
Added
- Nothing.
Changed
- #3 updates the zendframework/zend-expressive-authentication minimum supported version to 0.3.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.1.2
Added
- #1 adds support for the 1.0.0-dev branch of zend-expressive-authentication.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.1.1
Added
- Adds support for zend-expressive-authentication 0.2.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.1.0
Initial release.