Skip to content

Draft: feat(DID): support other DID methods than did:web

Support other DID methods than did:web

Description:

Through the DIF Universal Resolver, additional DID methods can now be supported. If nothing specified did:web will remain as the default and only one.

New ENV vars might be needed: Example

SUPPORTED_DID_METHODS=["web", "iota"]
RESOLVER_BASE_URL='http://localhost:18080'

Root cause:

Edited by José Cantera

Merge request reports

Loading