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
currently adding path to did url like did:example:123456789abcdefghi/path;foo=bar;baz=qux?foo=bar&baz=qux#keys-1 will break how the Did parser translates path and params. this fails for both web5-go, web5-kt, and web5-js in the same way.
i think it may make the most sense for us to just drop ; param delimiting. @decentralgabe what are your thoughts? only thing i can see about it in the spec is a note that suggests we ought not to use it
currently adding path to did url like
did:example:123456789abcdefghi/path;foo=bar;baz=qux?foo=bar&baz=qux#keys-1
will break how the Did parser translates path and params. this fails for both web5-go, web5-kt, and web5-js in the same way.relevant portion of the spec: https://www.w3.org/TR/did-core/#did-url-syntax
we should discuss the use of semicolons, as the spec seems to indicate that we should refrain from using them.
The text was updated successfully, but these errors were encountered: