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

Releases: zendframework/zend-expressive-authentication-basic

zend-expressive-authentication-basic 1.0.0

28 Sep 13:55
Compare
Choose a tag to compare

Added

  • #10 adds support for the upcoming PHP 7.3 release.

  • #10 adds full configuration and usage documentation.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #10 removes support for pre-1.0 versions of
    zendframework/zend-expressive-authentication.

Fixed

  • Nothing.

zend-expressive-authentication-basic 0.3.1

25 Jul 15:09
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing

Fixed

  • #9 fixes an issue in PHP 7.2 that occurred when the decoded
    authentication string did not contain a colon (:). It now correctly
    interprets this as a lack of credentials.

  • #9 provides a fix that allows passwords that contain colons.

zend-expressive-authentication-basic 0.3.0

15 Mar 17:28
Compare
Choose a tag to compare

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 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.

zend-expressive-authentication-basic 1.0.0alpha1

27 Feb 14:58
Compare
Choose a tag to compare

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.

zend-expressive-authentication-basic 0.2.0

26 Feb 18:26
Compare
Choose a tag to compare

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

26 Feb 17:56
Compare
Choose a tag to compare

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

13 Dec 20:26
Compare
Choose a tag to compare

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

28 Nov 20:33
Compare
Choose a tag to compare

Added

  • Adds support for zend-expressive-authentication 0.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-expressive-authentication-basic 0.1.0

09 Nov 14:50
Compare
Choose a tag to compare