コード例 #1
0
ファイル: Module.php プロジェクト: OctoCMS/GoogleIdentity
 public function init()
 {
     $app = $this->config->get('Octo');
     $app['bypass_auth']['google-identity'] = ['auth'];
     $this->config->set('Octo', $app);
     return parent::init();
 }
コード例 #2
0
ファイル: Module.php プロジェクト: dw250100785/Octo
 public function init()
 {
     $app = $this->config->get('Octo');
     $app['bypass_auth']['session'] = true;
     $this->config->set('Octo', $app);
     return parent::init();
 }