https://github.com/phauthentic/authentication-cakephp
CakePHP integration for the Authentication library
https://github.com/phauthentic/authentication-cakephp
adapter authentication cakephp cakephp-orm library
Last synced: about 1 year ago
JSON representation
CakePHP integration for the Authentication library
- Host: GitHub
- URL: https://github.com/phauthentic/authentication-cakephp
- Owner: Phauthentic
- License: mit
- Created: 2018-09-12T11:44:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T13:32:45.000Z (over 7 years ago)
- Last Synced: 2025-01-02T23:48:36.707Z (about 1 year ago)
- Topics: adapter, authentication, cakephp, cakephp-orm, library
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CakePHP Authentication Bridge
[](LICENSE)
[](https://scrutinizer-ci.com/g/Phauthentic/authentication-cakephp/)
[](https://scrutinizer-ci.com/g/Phauthentic/authentication-cakephp/)
This package will allow you to lookup user credentials with your CakePHP application using the [Phautentic Authentication](https://github.com/Phauthentic/authentication) library.
## How to use it
Install it via composer.
```sh
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](LICENSE.txt).
* Copyright (c) [Phauthentic](https://github.com/Phauthentic)
* Copyright (c) [Cake Software Foundation, Inc.](https://cakefoundation.org)