Thanks to visit codestin.com
Credit goes to github.com

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

Tags: zendframework/zend-authentication

Tags

release-2.7.0

Toggle release-2.7.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Xerkus Aleksei Khudiakov
zend-authentication 2.7.0

Added
-----

- [#44](#44) adds support for PHP 7.3.
- [#47](#47) adds
  configuration option to `Zend\Authentication\Validator\Authentication` for
  mapping custom authentication result codes to existing and new validation
  message types.

Changed
-------

- [#42](#42) Changes authentication using Basic scheme
  to re-challenge the client when credentials in Authorization header can not be base64 decoded.

Deprecated
----------

- Nothing.

Removed
-------

- [#44](#44) removes support for zend-stdlib v2 releases.

Fixed
-----

- Nothing.

release-2.6.0

Toggle release-2.6.0's commit message
zend-authentication 2.6.0

Added
-----

- [#34](#34) adds support for PHP 7.2.

Changed
-------

- [#14](#14) modifies the `Zend\Authentication\Validator\Authentication` class such that
  it now will pull an adapter from the composed `AuthenticationService` instance if no
  authentication adapter is registered directly with the validator. This will only work
  if the adapter is a `ValidatableAdapterInterface` implementation (all `AbstractAdapter`
  instances are already implementations).

Deprecated
----------

- Nothing.

Removed
-------

- [#30](#30) removes support for HHVM.

- [#30](#30) removes support for PHP 5.5.

Fixed
-----

- Nothing.

release-2.5.4

Toggle release-2.5.4's commit message
zend-authentication 2.5.4

Added
-----

- [#9](#9) adds and
  publishes documentation to https://docs.zendframework.com/zend-authentication/

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#29](#29) fixes how the HTTP Auth adapter treats credentials,
  ensuring it splits only on the first `:` character, and thus allows `:` characters
  as part of the password segment of the credential.

release-2.4.13

Toggle release-2.4.13's commit message
zend-authentication 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-authentication 2.4.12

release-2.4.11

Toggle release-2.4.11's commit message
zend-authentication 2.4.11

release-2.4.10

Toggle release-2.4.10's commit message
zend-authentication 2.4.10

release-2.5.3

Toggle release-2.5.3's commit message
zend-authentication 2.5.3

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#8](#8) updates
  dependencies to allow usage of zend-stdlib 3.0, and to require tests to
  pass against PHP 7.

release-2.4.9

Toggle release-2.4.9's commit message
zend-authentication 2.4.9

release-2.4.8

Toggle release-2.4.8's commit message
zend-authentication 2.4.8