phauthentic / authentication-cakephp
Authentication adapter for CakePHP
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=7.1
- phauthentic/authentication: dev-master
Requires (Dev)
- cakephp/cakephp: ~3.5
- phpunit/phpunit: ^6.0
Suggests
- cakephp/cakephp: To use component and storage.
- cakephp/orm: To use "OrmResolver" (Not needed separately if using full CakePHP framework).
This package is auto-updated.
Last update: 2024-11-05 03:44:39 UTC
README
This package will allow you to lookup user credentials with your CakePHP application using the Phautentic Authentication library.
How to use it
Install it via composer.
composer require phauthentic/authentication-cakephp
CakePHP ORM Resolver
Configuration option setters:
- setUserModel(): The user model identities are located in. Default is
Users
. - setFinder(): The finder to use with the model. Default is
all
.
Copyright & License
Licensed under the MIT license.
- Copyright (c) Phauthentic
- Copyright (c) Cake Software Foundation, Inc.