Skip to content

Releases: dereuromark/cakephp-tinyauth

Auto-detect debug mode for autoClearCache

21 Sep 22:00
Compare
Choose a tag to compare
1.5.2

Allow auto-detect for autoClearCache config.

Small fixes

14 Sep 07:51
Compare
Choose a tag to compare
1.5.1

Update Authorization.md

Authentication handling added

27 Aug 16:20
Compare
Choose a tag to compare

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

15 Aug 16:45
Compare
Choose a tag to compare

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

27 Mar 07:14
Compare
Choose a tag to compare

The id column is now configurable.
Also some of the deprecations have been removed.

Better configuration

06 Jan 23:01
Compare
Choose a tag to compare

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

31 Dec 11:21
Compare
Choose a tag to compare
1.1.1

use v5.5 for coveralls

Make alias configurable

29 Sep 11:37
Compare
Choose a tag to compare
Merge pull request #14 from bravo-kernel/cleanup

Cleanup

Initial Release for CakePHP 3.0

25 Apr 10:23
Compare
Choose a tag to compare

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.