mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update BearerTokenResponse, fix scope bug
This commit is contained in:
parent
7e47d6dccb
commit
2e6100f275
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ class BearerTokenResponse extends \League\OAuth2\Server\ResponseTypes\BearerToke
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'created_at' => time(),
|
'created_at' => time(),
|
||||||
'scope' => implode(' ', $accessToken->getScopes())
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue