Explorar el Código

Update BearerTokenResponse, fix scope bug

Daniel Supernault hace 1 año
padre
commit
2e6100f275
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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())
         ];
     }
 }