Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lsandrade/cakephp-tinyauth

 
 

Repository files navigation

CakePHP TinyAuth Plugin

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

A CakePHP 3.x plugin to handle user authorization the easy way.

Demo

[Users]
index = *
add,edit = user, mod
* = admin

[admin/Users]
* = admin

See http://sandbox3.dereuromark.de/auth-sandbox

How to include

Installing the plugin is pretty much as with every other CakePHP Plugin.

composer require dereuromark/cakephp-tinyauth:dev-master

Then, to load the plugin either run the following command:

bin/cake plugin load TinyAuth

or manually add the following line to your app's config/bootstrap.php file:

Plugin::load('TinyAuth');

That's it. It should be up and running.

Docs

See Docs.

Also note the original blog post and how it all started.

Branching strategy

The master branch is the currently active and maintained one and works with the current 3.x stable version. Please see the original Tools plugin if you need TinyAuth for CakePHP 2.x versions.

About

CakePHP TinyAuth plugin for an easy and fast user authorization. Single or multi role. DB or INI file.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%