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
Since matrix parameters were removed from the DID URL syntax, one consequence is that an extra DID URL parameter is needed that can contain an encoded service endpoint path and query string. This has been originally mentioned by @dlongley in #159 (comment) and used again in an example use case described by @OR13 in #327. This DID URL parameter would always be used in conjunction with the service parameter which is already in the spec.
Since matrix parameters were removed from the DID URL syntax, one consequence is that an extra DID URL parameter is needed that can contain an encoded service endpoint path and query string. This has been originally mentioned by @dlongley in #159 (comment) and used again in an example use case described by @OR13 in #327. This DID URL parameter would always be used in conjunction with the
service
parameter which is already in the spec.Example
did:ex:123?service=files&relative-ref=%2Fmyresume%2Fdoc%3Fversion%3Dlatest%23intro
The text was updated successfully, but these errors were encountered: