Joe Andrieu

Results 28 issues of Joe Andrieu

I've been struggling to use gstreamer to take an rtspsrc and send it to the rtmpsink of node-rtsp-rtmp-server. If I'm willing to transcode the RTSP, the following works: ``` gst-launch-0.10...

Is it possible to retrieve additional attributes from the LDAP server and pass them in a header along with the username/password already in the authorization header? I'd love to get...

Is there any way to replace the 401 Authorization Required response when failing an LDAP authorization? I've tried setting error_page 401 without any luck.

It is generally considered best practice to perform a DID Auth *before* issuing a VC with a particular DID as subject. However, there is currently no agreed-upon way for a...

VPs include a "verifiableCredential" for embedding VCs in the VP. It's also possible to add properties to the VP that can represent claims made by the holder about the claims...

discuss

In the reference documentation, we have: > > application.proxyPath (string: "") > > If you want jingo to work "behind" another website (for example in a /wiki directory of an...

bug

If I reference a value that is undefined in the current context, I get an unwelcome warning: e.g., with parent context ``` { data: [{ item : "exampleA", blah :...

In the tutorial, https://json-ld.org/primer/latest/#examples-theme there are two references to CURIES, without explanation or reference: > http://ns.example.com/store# The URL of the vocabulary. Abbreviated as store in CURIES. http://store.example.com/ The fictitious "Links...

primer

We discussed the DID Auth PR https://github.com/w3c-ccg/vp-request-spec/pull/18, specifically the way in which a respondent to a DID Auth request should verify the `domain` before responding. Comments were made that different...

When educating clients in this work, I've always said that verifying a VP includes verifying the VCs entailed within. However, Section 3.3.2 https://w3c-ccg.github.io/vc-api/#verify-presentation doesn't state whether that is correct or...

ready for PR