mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles the account creation",
|
|
"@id": "urn:solid-server:default:AccountRouter",
|
|
"@type": "InteractionRouteHandler",
|
|
"route": {
|
|
"@id": "urn:solid-server:default:AccountRoute",
|
|
"@type": "RelativePathInteractionRoute",
|
|
"base": { "@id": "urn:solid-server:default:IndexRoute" },
|
|
"relativePath": "account/"
|
|
},
|
|
"source": {
|
|
"@type": "ViewInteractionHandler",
|
|
"source": {
|
|
"@id": "urn:solid-server:default:CreateAccountHandler",
|
|
"@type": "CreateAccountHandler",
|
|
"accountStore": { "@id": "urn:solid-server:default:AccountStore" },
|
|
"cookieStore": { "@id": "urn:solid-server:default:CookieStore" }
|
|
}
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:default:HtmlViewHandler",
|
|
"@type": "HtmlViewHandler",
|
|
"templates": [{
|
|
"@id": "urn:solid-server:default:AccountHtml",
|
|
"@type": "HtmlViewEntry",
|
|
"filePath": "@css:templates/identity/account/account.html.ejs",
|
|
"route": { "@id": "urn:solid-server:default:AccountRoute" }
|
|
}]
|
|
}
|
|
]
|
|
}
|