Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

zend-expressive-authentication 0.4.0

Choose a tag to compare

@weierophinney weierophinney released this 15 Mar 17:21
· 64 commits to master since this release

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