1
0
Fork 0

Update BearerTokenResponse, fix scope bug

This commit is contained in:
Daniel Supernault 2024-02-09 20:04:15 -07:00
parent 7e47d6dccb
commit 2e6100f275
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 0 additions and 1 deletions

View File

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