Registry / auth / cakephp-authentication

cakephp-authentication

JSON →
library4.1.1phppackagistunverified

Authentication plugin for CakePHP applications.

composer require cakephp/authentication
INSTALL
IMPORT
SIG · CAKEPHP-AUTHENTICA
C
cakephp-authentication
authphpv4.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AuthenticationService
use Authentication\AuthenticationService;

Set up an authentication service with password identifier and form authenticator.

use Authentication\AuthenticationService; $service = new AuthenticationService(); $service->loadIdentifier('Authentication.Password'); $service->loadAuthenticator('Authentication.Form');
Debug
Known issues
breakingRequires CakePHP 4.x or higher; not compatible with CakePHP 3.x.
fix
Upgrade to CakePHP 4.x or use the older cakephp/authentication version for 3.x.
affects: >=4.0.0
Upgrade
Version history
4.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
cakephp-authentication — pip install cakephp-authentication · libregistry