Added TODO
This commit is contained in:
parent
94a7ce05f8
commit
f073b8d004
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue