fix: Minor documentation and configuration updates

This commit is contained in:
Joachim Van Herwegen 2023-04-25 11:43:56 +02:00
parent d6be724a12
commit 4ff6fe66ea
5 changed files with 7 additions and 2 deletions

View File

@ -38,6 +38,8 @@ The following changes pertain to the imports in the default configs:
- A new `http/notifications` set of import options have been added
to determine which notification specification a CSS instance should use.
Most default configurations have been updated to use `http/notifications/websockets.json`.
- `ldp/authorization` and `util/auxiliary` have new options to support ACP.
- `util/auxiliary/no-acl.json` was renamed to `util/auxiliary/empty.json`.
The following changes are relevant for v5 custom configs that replaced certain features.

View File

@ -26,6 +26,7 @@ Determines how notifications should be sent out from the server when resources c
* *disabled*: No notifications are sent out.
* *legacy-websocket*: Follows the legacy Solid WebSocket
[specification](https://github.com/solid/solid-spec/blob/master/api-websockets.md).
Will be removed in future versions.
* *webhooks*: Follows the WebHookChannel2023
[specification](https://solid.github.io/notifications/webhook-channel-2023) draft.
* *websockets*: Follows the WebSocketChannel2023

View File

@ -16,8 +16,9 @@ Covers how agents are identified.
Covers how operations are authorized (or rejected).
* *acp*: Use Access Control Policy.
* *allow-all*: No authorization, everything is allowed.
* *webacl*: Use the default Web Access Control.
* *webacl*: Use Web Access Control.
## Handler

View File

@ -8,7 +8,8 @@ Exports an object that contains a list of all auxiliary resources that need to b
In case you create a new auxiliary strategy you can just add it to this list.
* *acl*: Default list with only support for acl auxiliary resources.
* *no-acl*: An empty list which can be added to.
* *acp*: Default list with only support for acr auxiliary resources.
* *empty*: An empty list which can be added to.
## Identifiers