Skip to content

Commit 7f19b36

Browse files
author
Jaspar Gupta
committed
Revert "Merge pull request #8 from designmynight/asterisks-support"
This reverts commit 8d27631, reversing changes made to 518ce37.
1 parent ee51cb6 commit 7f19b36

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)