mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Full rework of account management
Complete rewrite of the account management and related systems. Makes the architecture more modular, allowing for easier extensions and configurations.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
|
||||
"import": [
|
||||
"css:config/ldp/metadata-parser/parsers/authorization.json",
|
||||
"css:config/ldp/metadata-parser/parsers/content-type.json",
|
||||
"css:config/ldp/metadata-parser/parsers/cookie.json",
|
||||
"css:config/ldp/metadata-parser/parsers/link.json",
|
||||
"css:config/ldp/metadata-parser/parsers/plain-json-ld-filter.json",
|
||||
"css:config/ldp/metadata-parser/parsers/slug.json"
|
||||
@@ -12,6 +14,8 @@
|
||||
"@id": "urn:solid-server:default:MetadataParser",
|
||||
"@type": "ParallelHandler",
|
||||
"handlers": [
|
||||
{ "@id": "urn:solid-server:default:AuthorizationParser" },
|
||||
{ "@id": "urn:solid-server:default:CookieParser" },
|
||||
{ "@id": "urn:solid-server:default:ContentTypeParser" },
|
||||
{ "@id": "urn:solid-server:default:LinkRelParser" },
|
||||
{ "@id": "urn:solid-server:default:PlainJsonLdFilter" },
|
||||
|
||||
Reference in New Issue
Block a user