diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-23 13:15:59 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-23 13:15:59 -0400 |
commit | 8eb739bb910fb91737c6ce65f244eb9a3ac8f35c (patch) | |
tree | db615be44d945a8dc1880a1238a381ec6534dfa2 /app/Controller/Oauth.php | |
parent | 297c11e48e1cf18e5773a7463721d862dfd6063d (diff) |
Add Gitlab authentication
Diffstat (limited to 'app/Controller/Oauth.php')
-rw-r--r-- | app/Controller/Oauth.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Controller/Oauth.php b/app/Controller/Oauth.php index 8ba5b252..b0f13dc3 100644 --- a/app/Controller/Oauth.php +++ b/app/Controller/Oauth.php @@ -31,6 +31,16 @@ class Oauth extends Base } /** + * Link or authenticate a Gitlab account + * + * @access public + */ + public function gitlab() + { + $this->step1('gitlab'); + } + + /** * Unlink external account * * @access public |