mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/identity/registration/route/registration.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:auth:password:InteractionRouteHandler",
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:auth:password:RegistrationRouteHandler" }
|
|
]
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:auth:password:ControlHandler",
|
|
"@type": "ControlHandler",
|
|
"controls": [
|
|
{
|
|
"ControlHandler:_controls_key": "register",
|
|
"ControlHandler:_controls_value": { "@id": "urn:solid-server:auth:password:RegistrationRoute" }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:auth:password:HtmlViewHandler",
|
|
"@type": "HtmlViewHandler",
|
|
"templates": [
|
|
{
|
|
"HtmlViewHandler:_templates_key": "@css:templates/identity/email-password/register.html.ejs",
|
|
"HtmlViewHandler:_templates_value": { "@id": "urn:solid-server:auth:password:RegistrationRoute" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|