we do not use named params yet

This commit is contained in:
Mario
2024-01-06 16:44:17 +00:00
parent f922a92ffa
commit 99c5a4e2f8

View File

@@ -17,7 +17,7 @@ class JcsEddsa2022 {
$options = [
'type' => 'DataIntegrityProof',
'cryptosuite' => 'eddsa-jcs-2022',
'created' => datetime_convert(format: ATOM_TIME),
'created' => datetime_convert('UTC', 'UTC', 'now', ATOM_TIME),
'verificationMethod' => channel_url($channel) . '#' . $pubkey,
'proofPurpose' => 'assertionMethod',
];