fix: add a JSON-parseable field, make small data tweaks, and add commentary on JSON fields

This commit is contained in:
2025-09-16 19:54:11 -06:00
parent f31a76b816
commit 28cea8f55b
6 changed files with 28 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ export async function testServerRegisterUser() {
// Make a payload for the claim
const vcPayload = {
sub: "RegisterAction",
sub: identity0.did,
vc: {
"@context": ["https://www.w3.org/2018/credentials/v1"],
type: ["VerifiableCredential"],