mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Update configs based on all permission changes
This commit is contained in:
@@ -2,8 +2,16 @@
|
||||
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
||||
"@graph": [
|
||||
{
|
||||
"comment": "Determines required modes based on HTTP methods.",
|
||||
"comment": "Checks if an operation on a resource requires permissions on intermediate resources (such as newly created parent containers).",
|
||||
"@id": "urn:solid-server:default:ModesExtractor",
|
||||
"@type": "IntermediateCreateExtractor",
|
||||
"resourceSet": { "@id": "urn:solid-server:default:CachedResourceSet" },
|
||||
"strategy": { "@id": "urn:solid-server:default:IdentifierStrategy" },
|
||||
"source": { "@id": "urn:solid-server:default:HttpModesExtractor" }
|
||||
},
|
||||
{
|
||||
"comment": "Determines required modes based on HTTP methods.",
|
||||
"@id": "urn:solid-server:default:HttpModesExtractor",
|
||||
"@type": "WaterfallHandler",
|
||||
"handlers": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user