oauth v2 token

This commit is contained in:
2021-02-12 04:56:52 +09:00
parent ac5ccadc55
commit cf1876e43f
2 changed files with 5 additions and 15 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