testing
This commit is contained in:
@@ -35,7 +35,7 @@ class EveLoginController extends Controller
|
||||
// Stateless can help in some deployments, but keep stateful by default.
|
||||
// If you run into "Invalid state" issues behind proxies, switch to ->stateless()
|
||||
$ssoUser = Socialite::driver('eveonline')->user();
|
||||
Debugbar::info($ssoUser);
|
||||
Debugbar::warning($ssoUser);
|
||||
|
||||
// Socialite user basics
|
||||
$characterId = (int) $ssoUser->getId();
|
||||
|
||||
Reference in New Issue
Block a user