Skip to content

Phauthentic/authentication-cakephp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CakePHP Authentication Bridge

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.

Releases

No releases published

Packages

No packages published

Languages