cakephp-tinyauth-backend

A database driven backend for CakePHP TinyAuth plugin

MIT License

Downloads
252
Stars
2
Committers
2

CakePHP TinyAuth backend

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.