This package will allow you to lookup user credentials with your CakePHP application using the Phautentic Authentication library.
Install it via composer.
composer require phauthentic/authentication-cakephp
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
.
Licensed under the MIT license.
- Copyright (c) Phauthentic
- Copyright (c) Cake Software Foundation, Inc.