Use the utility instead.
This commit is contained in:
@@ -528,7 +528,7 @@ class OAuthRequest
|
|||||||
*/
|
*/
|
||||||
private static function generate_nonce()
|
private static function generate_nonce()
|
||||||
{
|
{
|
||||||
return bin2hex(random_bytes(16));
|
return Friendica\Util\Strings::getRandomHex(32);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ class FKOAuthDataStore extends OAuthDataStore
|
|||||||
*/
|
*/
|
||||||
private static function genToken()
|
private static function genToken()
|
||||||
{
|
{
|
||||||
return bin2hex(random_bytes(16));
|
return Friendica\Util\Strings::getRandomHex(32);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user