jwt token stuff

This commit is contained in:
2021-02-12 05:20:00 +09:00
parent cf1876e43f
commit 0a11a5d23d
2 changed files with 44 additions and 3 deletions

View File

@@ -84,7 +84,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