-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Resolve documents #32
Comments
I think that resolving arbitrary, Controller added resources (e.g. AnonCreds objects, etc.) are different that the witness.json file, whose name and location are formally defined in the spec. The resources are for the most part defined outside the spec — in a document such as an “AnonCreds Method”. The witness.json file’s location and content are fully defined in the did:webvh spec. That said, the did:webvh spec needs to define enough to enable defining a spec. like the “did:webvh AnonCreds Method. I think we have enough now with the “DID URL Handling” section, but we’ll see in doing the AnonCreds Method spec. |
Ok, so what you're saying is we need to have a whitelist of documents from the spec? From a code perspective returning a |
hmm to me it seems arbitrary files can be resolved as shown in https://identity.foundation/didwebvh/#did-url-path-resolution-service |
Yes — that’s the difference. Arbitrary files use the “implied” service ( Does that make sense? |
We should add document resolution generally before attempting to resolve did witness logs in #29
The text was updated successfully, but these errors were encountered: