Aaron Coburn

Results 16 issues of Aaron Coburn

This adjusts the Solid Protocol ED to require the new [Solid Notification Protocol](https://solidproject.org/TR/notifications-protocol). As part of this change, all references to the old WebSocket mechanism move to non-normative statements, encouraging...

The [Solid Ecosystem document](https://solid.github.io/specification/) mentions [Memento](https://tools.ietf.org/html/rfc7089) as an optional dimension for content negotiation. Memento, itself, defines a mechanism whereby a client can discover and retrieve previous states of a resource....

doc: Protocol
topic: resource access

[Section 3.4](https://solid.github.io/specification/#notifications) of the Solid specification states that a _client_ `MUST` conform to the LDN specification. Are there any server-specific requirements for notifications? For example: WebSockets, which involves both client...

topic: events and notifications
doc: Ecosystem

The I/O service currently operates only on `Triple` and `Graph` objects. This makes sense for triple-based RDF serializations, but it excludes any possible support for quad-based serializations (TriG, N-Quads or...

area/api
priority/low

See https://github.com/apache/commons-rdf/pull/53#issuecomment-451458901

For Solid-OIDC implementations that also support [RP-initiated logout](https://openid.net/specs/openid-connect-rpinitiated-1_0.html), the `post_logout_redirect_uris` property is needed. This PR adds support for this property in the `oidc` vocabulary and the corresponding JSON-LD context.

vocab-solid-oidc

The database portion of `dplyr` has been split into the `dbplyr` package. This change should make the travis-ci build succeed.

I have used this package in the past, but when I tried updating a database with the latest airline data, I encountered some errors related to missing column names (in...

Resolves #165 This adds the initial structure for handling proof of possession semantics at the application layer. This PR does not contain any tests, as I would like some initial...

Now that custom token schemes are supported, this issue is to discuss adding a DPoP verifier to the smallrye-jwt code. We could also discuss implementing this as a quarkus extension,...