This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-authentication 0.4.0
Added
- #15 adds support for PSR-15.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
-
#15 and #3 remove support for http-interop/http-middleware and http-interop/http-server-middleware.
-
#19 removes
Zend\Expressive\Authentication\ResponsePrototypeTrait
; the approach was flawed, and the various adapters will be updated to compose response factories instead of instances.
Fixed
- #18 uses the
ResponseInterface
as a factory. This was recently changed in zend-expressive#561.