diff --git a/src/Introspect.php b/src/Introspect.php index 7d9f45f..fb60aae 100644 --- a/src/Introspect.php +++ b/src/Introspect.php @@ -57,11 +57,6 @@ public function mustHaveScopes(array $requiredScopes = []) { $result = $this->getIntrospectionResult(); $givenScopes = explode(' ', $result['scope']); - - if (in_array('*', $givenScopes)) { - return; - } - $missingScopes = array_diff($requiredScopes, $givenScopes); if (count($missingScopes) > 0) {