We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serviceEndpoint
According to the spec, serviceEndpoint may be a URL string, or a map or set of URLs and/or maps. https://www.w3.org/TR/did-core/#dfn-serviceendpoint
however the current vcx impl has it hardcoded as service_endpoint: Url. We should change it to be an enum of different types.
service_endpoint: Url
After this is complete, we may need to also update our did:peer resolvers, as they are known to use this structure in examples for services: https://identity.foundation/peer-did-method-spec/#creating-a-did
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the spec, serviceEndpoint may be a URL string, or a map or set of URLs and/or maps. https://www.w3.org/TR/did-core/#dfn-serviceendpoint
however the current vcx impl has it hardcoded as
service_endpoint: Url
. We should change it to be an enum of different types.After this is complete, we may need to also update our did:peer resolvers, as they are known to use this structure in examples for services: https://identity.foundation/peer-did-method-spec/#creating-a-did
The text was updated successfully, but these errors were encountered: