Documentation
Security / SymfonyAuthenticator
This Authenticator should make it easy to use with Symfony > 2.x framework.
Setup these options in your config.php file for MoxieManager.
$moxieManagerConfig['optionname'] = 'value';
Option | Description |
SymfonyAuthenticator.environment | Name of your the environment you want to use. Defaults to "prod" but can be "development". |
SymfonyAuthenticator.logged_in_key | Logged in key that it checks for when doing authentication. Defaults to "isLoggedIn". |
SymfonyAuthenticator.config_prefix | Configuration prefix to use when overriding config options. Defaults to "moxiemanager". |
SymfonyAuthenticator.user_key | User config key to override the logged in user name with. Defaults to "user". |