Documentation
Security / CakeAuthenticator
This authenticator is used to handle the custom sessions used in the Cake PHP framework. It's very similar to the SessionAuthenticator. You need to have the moxiemanager installed in the vendors
directory of your cake application. If you want to install it in some other directory you need to alter the ROOT define in moxiemanager/plugins/CakeAuthenticator/Plugin.php
.
Here the settings available for the Cake authenticator:
Setting | Description |
---|---|
CakeAuthenticator.logged_in_key | Name of the session key to check for. Defaults to "loggedin". |
CakeAuthenticator.config_prefix | Prefix of config options defaults to "moxiemanager". |
CakeAuthenticator.user_key | Name of the session key to use as a replacement for ${user} variables. |