dereuromark/cakephp-tinyauth-backend

A CakePHP plugin for DB based authentication and authorization handling

2.0.1 2024-03-20 11:57 UTC

This package is auto-updated.

Last update: 2024-04-19 10:51:44 UTC


README

CI Coverage Status Minimum PHP Version License Latest Stable Version Total Downloads Coding Standards

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.