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

zend-expressive-authentication-basic 0.3.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Jul 15:09
· 15 commits to master since this release

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.