socialite

This commit is contained in:
2021-02-12 18:02:14 +09:00
parent 17c31d9968
commit cfea3f4b90

View File

@@ -117,7 +117,8 @@ class EveOnlineOAuthProvider extends AbstractProvider {
* @throws \Exception
*/
private function validateJwtToken(string $access_token): array {
$scopes = session()->pull('scopes', []);
//$scopes = session()->pull('scopes', []);
$scopes = array();
// pulling JWK sets from CCP
$sets = $this->getJwkSets();