socialite stuff
This commit is contained in:
@@ -6,8 +6,9 @@ namespace App\Http\Controllers\Auth;
|
||||
use App\Http\Controllers\Controller;
|
||||
use Illuminate\Foundation\Auth\AuthenticatesUsers;
|
||||
use Illuminate\Http\Request;
|
||||
use Socialite;
|
||||
use Auth;
|
||||
use Laravel\Socialite\Contracts\Factory as Socialite;
|
||||
use Laravel\Socialite\Two\User as SocialiteUser;
|
||||
|
||||
//Library
|
||||
use Seat\Eseye\Cache\NullCache;
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Providers\Socialite\EveOnline;
|
||||
|
||||
use SocialiteProviders\Managers\SocialiteWasCalled;
|
||||
|
||||
/**
|
||||
* Class EveOnlineExtendSocialite
|
||||
*
|
||||
* @package
|
||||
*/
|
||||
class EveOnlineExtendSocialite {
|
||||
public function handle(SocialiteWasCalled $socialiteWasCalled) {
|
||||
$socialiteWasCalled->extendSocialite('eveonline', Provider::class);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user