Sfoglia il codice sorgente

Update BearerTokenResponse, fix scope bug

Daniel Supernault 1 anno fa
parent
commit
2e6100f275
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/Auth/BearerTokenResponse.php

+ 0 - 1
app/Auth/BearerTokenResponse.php

@@ -19,7 +19,6 @@ class BearerTokenResponse extends \League\OAuth2\Server\ResponseTypes\BearerToke
     {
         return [
             'created_at' => time(),
-            'scope' => implode(' ', $accessToken->getScopes())
         ];
     }
 }