phauthentic/authentication-cakephp

Authentication adapter for CakePHP

dev-master 2018-10-04 13:32 UTC

This package is auto-updated.

Last update: 2024-04-05 02:18:05 UTC


README

Software License Scrutinizer Coverage Code Quality

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.