Added TODO

This commit is contained in:
netkas 2025-01-29 15:41:14 -05:00
parent 94a7ce05f8
commit f073b8d004

View file

@ -229,6 +229,7 @@
*/
public static function verifySignature(string $message, string $signature, string $uuid): bool
{
// TODO: Complete this
$signingKey = self::getSigningKey($uuid);
if($signingKey === null)
{