@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
12 lines (11 loc) • 449 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Adds the WWW-Authenticate header on 401 responses. The current auth value is required for the legacy solid-auth-client.",
"@id": "urn:solid-server:default:MetadataWriter_WwwAuth",
"@type": "WwwAuthMetadataWriter",
"auth": "Bearer scope=\"openid webid\""
}
]
}