solid-spec
solid-spec copied to clipboard
Solid specification draft 0.7.0
according to the api-websocket https://github.com/solid/solid-spec/blob/master/api-websockets.md, we can now subscribe to containers . it would be nice if we could get the nature of the change (POST, PUT, PATCH, DELETE) and...
I noticed that an example in the Private Sharing user-story contained the `Content-Type` header twice. For the sake of readability, I thought it might be better to remove it, hence...
If your WebID is hosted on domain X, but your Solid pod is on domain Y ≠ X, then you need the following statement in your profile: ``` solid:oidcIssuer ....
The currently pub-sub specification uses websockets. While websockets are great for supporting real-time frontends, they are not the best for backend service event notifications, as they require every subscribing service...
E.g. https://inbox1.inrupt.net/inbox/ is not accessible without authentication (GET returns 401). But anybody can subscribe to it without any authentication/authorization: `var socket = new WebSocket('wss://inbox1.inrupt.net/inbox/', ['solid-0.1']);` This way I get notifications...
When reading through the specs for the Solid REST-API, I noticed that the section regarding "WAC-Allow headers" contains a typo. As this typo is not resolved in either #103 nor...
@timbl @johnbizguy there is a proposal in another repo, to archive this Solid Spec. This is really a short hand for saying to deprecate the Solid Spec. https://github.com/solid/process/issues/198 That would...
I added 'Clarify that updates about a container only subscribe to direct members, not recursively (we could really go either way I think, but we should pick one)' to #179...
## Add bug fix github issue template adresses #227 This is designed to be minimal and self contained in nature The aim is to allow this repo to focus only...