Move Gitlab and Github authentication to external plugins

This commit is contained in:
Frederic Guillot
2016-01-29 23:59:58 -05:00
parent 04d8c6532c
commit 9b9d823f30
46 changed files with 6 additions and 1177 deletions

View File

@@ -10,26 +10,6 @@ namespace Kanboard\Controller;
*/
class Oauth extends Base
{
/**
* Link or authenticate a Github account
*
* @access public
*/
public function github()
{
$this->step1('Github');
}
/**
* Link or authenticate a Gitlab account
*
* @access public
*/
public function gitlab()
{
$this->step1('Gitlab');
}
/**
* Unlink external account
*