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

zend-expressive-authentication-basic 1.0.0alpha1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Feb 14:58
· 43 commits to master since this release

Added

  • Nothing.

Changed

  • #5 changes the constructor of the Zend\Expressive\Authentication\Basic\BasicAccess class to accept a callable $responseFactory instead of a Psr\Http\Message\ResponseInterface response prototype. The $responseFactory should produce a ResponseInterface implementation when invoked.

  • #5 updates the BasicAccessFactory to no longer use Zend\Expressive\Authentication\ResponsePrototypeTrait, and instead always depend on the Psr\Http\Message\ResponseInterface service to correctly return a PHP callable capable of producing a ResponseInterface instance.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.