dereuromark / cakephp-tinyauth-backend
A CakePHP plugin for DB based authentication and authorization handling
Installs: 256
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 2
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.0
- dereuromark/cakephp-tinyauth: ^4.0.0
- dereuromark/cakephp-tools: ^3.0.0
Requires (Dev)
- fig-r/psr2r-sniffer: dev-next
- phpunit/phpunit: ^10.2
This package is auto-updated.
Last update: 2024-10-23 16:02:59 UTC
README
A database driven backend for CakePHP TinyAuth plugin. This replaces the native INI file approach.
This branch is for use with CakePHP 5.0+. For details see version map.
Installation
Install the plugin with composer from your CakePHP project's ROOT directory (where composer.json file is located)
composer require dereuromark/cakephp-tinyauth-backend
It will auto-require dereuromark/cakephp-tinyauth
dependency.
Usage
See Docs.