zendframework/zend-authentication
Zend\Authentication provides a flexible authentication API with adapters for common scenarios. This repository was abandoned on 2019-12-31 and has moved to laminas/laminas-authentication. Documentation: docs.zendframework.com/zend-authentication.
Zend\Authentication\Validator\Authentication for
mapping custom authentication result codes to existing and new validation
message types.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).: character, and thus allows : characters
as part of the password segment of the credential.#4 adds
documentation, which can be compiled using bookdown:
bookdown doc/bookdown.json; docs can then be viewed by starting a web server
via php -S 0.0.0.0:8000 -t doc/html/ and browsing to http://localhost:8000/.
(Add bookdown globally using composer global require bookdown/bookdown.)
How can I help you explore Laravel packages today?