This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-authentication 2.5.4
·
138 commits
to master
since this release
Added
- #9 adds and
publishes documentation to https://docs.zendframework.com/zend-authentication/
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.