socialite

This commit is contained in:
2021-02-12 18:25:02 +09:00
parent 0ce7d24f69
commit 6a6151bff8
@@ -87,6 +87,10 @@ class LoginController extends Controller
array_push($scopes, $extraScopes);
}
//Place the scopes in the session to verify later after the redirect
//has been completed and a token is received
session()->put('scopes', $scopes);
return $social->driver('eveonline')
->scopes($scopes)
->redirect();