true, /** * auto_registration * * If true, a login via a provider will automatically create a dummy * local user account with a random password, if a nickname and an * email address is present */ 'auto_registration' => false, /** * default_group * * Group id to be assigned to newly created users */ 'default_group' => 1, /** * debug * * Uncomment if you would like to view debug messages */ 'debug' => false, /** * A random string used for signing of auth response. * * You HAVE to set this value in your application config file! */ 'security_salt' => null, /** * Higher value, better security, slower hashing; * Lower value, lower security, faster hashing. */ 'security_iteration' => 300, /** * Time limit for valid $auth response, starting from $auth response generation to validation. */ 'security_timeout' => '2 minutes', /** * Strategy * Refer to individual strategy's documentation on configuration requirements. */ 'Strategy' => array( /** * 'Facebook' => array( * 'app_id' => 'APP ID', * 'app_secret' => 'APP_SECRET' * ), */ ), );