Exemple #1
0
 public function init()
 {
     $app = $this->config->get('Octo');
     $app['bypass_auth']['google-identity'] = ['auth'];
     $this->config->set('Octo', $app);
     return parent::init();
 }
Exemple #2
0
 public function init()
 {
     $app = $this->config->get('Octo');
     $app['bypass_auth']['session'] = true;
     $this->config->set('Octo', $app);
     return parent::init();
 }