mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
23 lines
875 B
JSON
23 lines
875 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Determines WebID ownership by requesting a specific value to be added to the WebID document",
|
|
"@id": "urn:solid-server:default:OwnershipValidator",
|
|
"@type": "TokenOwnershipValidator",
|
|
"storage": { "@id": "urn:solid-server:default:ExpiringTokenStorage" }
|
|
},
|
|
|
|
{
|
|
"comment": "Stores expiring data. This class has a `finalize` function that needs to be called after stopping the server.",
|
|
"@id": "urn:solid-server:default:ExpiringTokenStorage",
|
|
"@type": "WrappedExpiringStorage",
|
|
"source": {
|
|
"@type": "ContainerPathStorage",
|
|
"relativePath": "/idp/tokens/",
|
|
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
|
|
}
|
|
}
|
|
]
|
|
}
|