Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Zend Authentication Laravel Package

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.

View on GitHub
Deep Wiki
Context7

Database Table Authentication

The adapters under the Zend\Authentication\Adapter\DbTable provide the ability to authenticate against credentials stored in a database table, with two approaches possible:

  • usage of a credential treatment function on the RDBMS server with the provided credentials.
  • execution of a PHP callback on the identity returned by the RDBMS server.

Because each adapter requires an instance of Zend\Db\Adapter\Adapter to be passed to its constructor, each instance is bound to a particular database connection. Other configuration options may be set through the constructor and through instance methods, one for each option.

Zend\Authentication\Adapter\DbTable class is deprecated

The concrete adapter Zend\Authentication\Adapter\DbTable has been deprecated since 2.2.0, and its responsibilities have been split into two, Zend\Authentication\Adapter\DbTable\CallbackCheck and Zend\Authentication\Adapter\DbTable\CredentialTreatmentAdapter.

If you were using Zend\Authentication\Adapter\DbTable previously, you can replace its usage with Zend\Authentication\Adapter\DbTable\CredentialTreatmentAdapter, as the APIs are the same; DbTable extends CredentialTreatmentAdapter at this time.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport