API data model should support passing in the "controller" property
kdenhartog opened this issue · 0 comments
kdenhartog commented
Just was reviewing the DID Core test suite and I noticed that there's a few tests that are failing related to the controller property. As far as I can tell the API doesn't allow this to be set and the node when performing the transformation from the internal data model to the DID Document is where the controller property is being set.
Could we allow the API to accept definition of the controller property so that this can be set properly during the resolution process?