Skip to content

Commit 4496bbe

Browse files
author
Jaspar Gupta
authored
Merge pull request #10 from designmynight/revert
Revert "Merge pull request #8 from designmynight/asterisks-support"
2 parents ee51cb6 + 7f19b36 commit 4496bbe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Introspect.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ public function mustHaveScopes(array $requiredScopes = [])
5757
{
5858
$result = $this->getIntrospectionResult();
5959
$givenScopes = explode(' ', $result['scope']);
60-
61-
if (in_array('*', $givenScopes)) {
62-
return;
63-
}
64-
6560
$missingScopes = array_diff($requiredScopes, $givenScopes);
6661

6762
if (count($missingScopes) > 0) {

0 commit comments

Comments
 (0)