DIDs
Trust registries support DID verification using a list of trusted keys.
Not to be confused with W3C signing keys
Trust registry DIDs are used only for verifying third-party credentials against a list of trusted keys, not for credential issuance.
Supported DID algorithms and methods
Refer to the W3C credential kind documentation for information about supported DIDs.
Usage
import { createDID } from "@vaultie/document-rails";
const response = await createDID(
client,
accessToken,
organizationId,
{
did: "did:web:example.com"
}
);