Skip to content
Snippets Groups Projects

Remove subject id from the VC

Merged Lyuben Penkovski requested to merge remove-vc-subject-id into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -41,7 +41,7 @@ func (c *Credentials) NewCredential(contexts []string, subjectID string, subject
Issuer: verifiable.Issuer{ID: c.issuerURI},
Issued: &util.TimeWrapper{Time: time.Now()},
Subject: verifiable.Subject{
ID: subjectID,
//ID: subjectID,
CustomFields: subject,
},
}
Loading