You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cidToDocument function only fetches the ipfs object and assumes that it's a valid DID document. There should be a check that validates that the fetched ipfs object is indeed a valid DID document.
The
cidToDocumentfunction only fetches the ipfs object and assumes that it's a valid DID document. There should be a check that validates that the fetched ipfs object is indeed a valid DID document.