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

zend-authentication 2.7.0

Latest
Compare
Choose a tag to compare
@Xerkus Xerkus released this 14 May 18:09
· 3 commits to master since this release
release-2.7.0
1f379f6

Added

  • #44 adds support for PHP 7.3.
  • #47 adds configuration option to Zend\Authentication\Validator\Authentication for mapping custom authentication result codes to existing and new validation message types.

Changed

  • #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 removes support for zend-stdlib v2 releases.

Fixed

  • Nothing.