mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
17 lines
544 B
JSON
17 lines
544 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Converts the authorization header into RDF metadata",
|
|
"@id": "urn:solid-server:default:AuthorizationParser",
|
|
"@type": "AuthorizationParser",
|
|
"authMap": [
|
|
{
|
|
"AuthorizationParser:_authMap_key": "CSS-Account-Token",
|
|
"AuthorizationParser:_authMap_value": "urn:npm:solid:community-server:http:accountCookie"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|