socialite
This commit is contained in:
@@ -117,7 +117,8 @@ class EveOnlineOAuthProvider extends AbstractProvider {
|
|||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
private function validateJwtToken(string $access_token): array {
|
private function validateJwtToken(string $access_token): array {
|
||||||
$scopes = session()->pull('scopes', []);
|
//$scopes = session()->pull('scopes', []);
|
||||||
|
$scopes = array();
|
||||||
|
|
||||||
// pulling JWK sets from CCP
|
// pulling JWK sets from CCP
|
||||||
$sets = $this->getJwkSets();
|
$sets = $this->getJwkSets();
|
||||||
|
|||||||
Reference in New Issue
Block a user