Make /token more compatible with vk api

This commit is contained in:
SachaTending 2024-12-25 20:25:05 +03:00 committed by GitHub
parent 95847d88cd
commit a165f9d71f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -344,6 +344,7 @@ final class VKAPIPresenter extends OpenVKPresenter
"expires_in" => 0,
"user_id" => $uId,
"is_stale" => $tokenIsStale,
"secret" => "super_secret_value",
]);
$size = strlen($payload);