We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee51cb6 commit 7f19b36Copy full SHA for 7f19b36
src/Introspect.php
@@ -57,11 +57,6 @@ public function mustHaveScopes(array $requiredScopes = [])
57
{
58
$result = $this->getIntrospectionResult();
59
$givenScopes = explode(' ', $result['scope']);
60
-
61
- if (in_array('*', $givenScopes)) {
62
- return;
63
- }
64
65
$missingScopes = array_diff($requiredScopes, $givenScopes);
66
67
if (count($missingScopes) > 0) {
0 commit comments