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

zend-expressive-authentication-zendauthentication 1.0.1

18 Jun 10:27
1.0.1
87b0916
Compare
Choose a tag to compare

Added

  • #10
    adds PHP 7.3 support

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-expressive-authentication-zendauthentication 1.0.0

18 Dec 23:18
Compare
Choose a tag to compare

Added

  • #9 updates the component to implement the zend-expressive-authentication 1.0 interfaces.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #7 avoids initiateAuthentication call on any forms with POST method behind authentication.

zend-expressive-authentication-zendauthentication 0.4.0

15 Mar 18:34
Compare
Choose a tag to compare

Added

  • Adds support for zend-expressive-authentication 0.4.0 and up.

Changed

  • #5 changes the constructor of the Zend\Expressive\Authentication\ZendAuthentication\ZendAuthentication 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 ZendAuthenticationFactory 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

  • Removes support for releases of zend-expressive-authentication prior to 0.4.0.

Fixed

  • Nothing.

zend-expressive-authentication-zendauthentication 1.0.0alpha2

27 Feb 15:06
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #5 changes the constructor of the Zend\Expressive\Authentication\ZendAuthentication\ZendAuthentication 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 ZendAuthenticationFactory 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-zendauthentication 1.0.0alpha1

26 Feb 19:46
Compare
Choose a tag to compare

Added

  • #4 adds support for the 1.0.0alpha3 (and later) release of zend-expressive-authentication.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #4 drops support for pre-1.0.0alpha3 releases of zend-expressive-authentication.

  • Nothing.

Fixed

  • Nothing.

zend-expressive-authentication-zendauthentication 0.3.0

26 Feb 19:36
Compare
Choose a tag to compare

Added

  • #3 adds support for the 0.3 release of zend-expressive-authentication.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #3 removes support for the 0.2 release of zend-expressive-authentication.

Fixed

  • Nothing.

zend-expressive-authentication-zendauthentication 0.2.0

28 Nov 20:51
Compare
Choose a tag to compare

Added

  • Adds support for zend-expressive-authentication 0.2.0.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Adds support for zend-expressive-authentication 0.1.0.

Fixed

  • Nothing.

zend-expressive-authentication-zendauthentication 0.1.0

09 Nov 15:22
Compare
Choose a tag to compare