Преглед изворни кода

Update BearerTokenResponse, fix scope bug

Daniel Supernault пре 1 година
родитељ
комит
2e6100f275
1 измењених фајлова са 0 додато и 1 уклоњено
  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())
         ];
     }
 }