solid-spec icon indicating copy to clipboard operation
solid-spec copied to clipboard

Solid specification draft 0.7.0

Results 84 solid-spec issues
Sort by recently updated
recently updated
newest added

The spec draft currently states: ``` The combination of the main WebID Profile document, and all of the related profile documents is referred to as the Extended Profile. Solid apps...

bug
security

The spec currently states: > An alternative (though not standard) way of creating new resources is to use HTTP PUT. I am not sure how we should interpret this statement:...

There is a suspicion that globbing is currently defined too loosely, and that this loose behavior is not depended upon (https://github.com/solid/solid-spec/issues/147). This PR restricts globbing to concatenating RDF files in...

enhancement

TLS as a primary form of authentication should be deprecated in favor of a oidc. TLS may still be used as a form of credentials under oidc. All concerns about...

I remember seeing conversations in the past about using OAuth2, but I couldn't find them now, so creating this issue about it now (but please feel free to mark this...

At [StartinBlox](https://git.happy-dev.fr/startinblox), we are working on distributed applications which need to use data coming from different pods and containers. For example, we are working on the Happy Dev application which...

question

It's clear that `POST /foo/` adds a containment triple for ```turtle ldp:contains . ``` It was my understanding that a Solid app can *also* rely on it that `PUT /foo/bar`...

Continuation of https://github.com/solid/web-access-control-spec/issues/44

From https://github.com/solid/solid-spec/issues/174#issuecomment-494740557: > Defining who controls what data. Examples of where confusion may occur include: > > * derivative data such as recommendations generated as a result of combining data...