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

zend-authentication 2.5.4

Compare
Choose a tag to compare
@weierophinney weierophinney released this 12 Apr 21:07
· 138 commits to master since this release

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

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