This commit is contained in:
2019-07-16 22:17:42 -05:00
parent 9401f80108
commit f698ba4e38

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