Releases: dereuromark/cakephp-tinyauth
Auto-detect debug mode for autoClearCache
1.5.2 Allow auto-detect for autoClearCache config.
Small fixes
1.5.1 Update Authorization.md
Authentication handling added
Via auth_allow.ini file you can now globally and centrally control the controller actions which should be publicly accessible.
Note that since this version CakePHP 3.2 and therefore PHP 5.5 is the minimum requirement. But since CakePHP 3.2 this is the default PHP minimum anyway, therefore no major version bump here.
superAdmin and aclPath configurable
Also added basic Migrations file for out of the box multi-user roles as database approach.
Big thanks to the CakePHP community and the people contributing here to make this plugin more awesome every day!
id column configurable
The id column is now configurable.
Also some of the deprecations have been removed.
Better configuration
No plugin bootstrap anymore.
Please make sure you are loading the plugin as instructed in the README.
No USERS constants anymore.
Please make sure you upgrade to the new configs:
- usersTable (no constant anymore)
- userColumn (new)
usersTable, pivotTable and rolesTable now support plugin prefixing, e.g.:
// App
'usersTable' => 'Users',
// User plugin
'usersTable' => 'User.Users',
Empty files are valid
1.1.1 use v5.5 for coveralls
Make alias configurable
Merge pull request #14 from bravo-kernel/cleanup Cleanup
Initial Release for CakePHP 3.0
Some might know Tiny Auth from CakePHP 2.x as part of the Tools plugin.
After 6+ years it has now owned a place as standalone plugin.
See the sandbox @ http://sandbox3.dereuromark.de/auth-sandbox for a live demo.
A huge thx to @bravo-kernel as he helped a great deal to upgrade it to 3.x and provided an incredible 94% test coverage.