Move Google authentication to an external plugin

This commit is contained in:
Frederic Guillot
2016-01-29 20:15:53 -05:00
parent 915bf58822
commit dae0c7391a
39 changed files with 41 additions and 574 deletions

View File

@@ -1,23 +0,0 @@
<?php
namespace Kanboard\User;
/**
* Google OAuth User Provider
*
* @package user
* @author Frederic Guillot
*/
class GoogleUserProvider extends OAuthUserProvider
{
/**
* Get external id column name
*
* @access public
* @return string
*/
public function getExternalIdColumn()
{
return 'google_id';
}
}