This commit is contained in:
2019-07-16 22:16:11 -05:00
parent 0a41760a24
commit 5dcd19c681

View File

@@ -80,7 +80,7 @@ class LoginController extends Controller
public function handleProviderCallback() {
//Get the sso user from the socialite driver
$ssoUser = Socialite::driver('eveonline')->user();
dd($ssoUser);
if(Auth::check()) {
//If a refresh token is present, then we are doing a scope callback
//to update scopes for an access token