mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
27 lines
933 B
JSON
27 lines
933 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles confirm requests",
|
|
"@id": "urn:solid-server:auth:password:SessionInteractionHandler",
|
|
"@type": "IdpRouteController",
|
|
"pathName": "^/idp/confirm/?$",
|
|
"postHandler": {
|
|
"@type": "SessionHttpHandler",
|
|
"interactionCompleter": { "@id": "urn:solid-server:auth:password:InteractionCompleter" }
|
|
},
|
|
"renderHandler": { "@id": "urn:solid-server:auth:password:ConfirmRenderHandler" }
|
|
},
|
|
|
|
{
|
|
"comment": "Renders the confirmation page",
|
|
"@id": "urn:solid-server:auth:password:ConfirmRenderHandler",
|
|
"@type": "TemplateHandler",
|
|
"templateEngine": {
|
|
"@type": "EjsTemplateEngine",
|
|
"template": "$PACKAGE_ROOT/templates/identity/email-password/confirm.html.ejs"
|
|
}
|
|
}
|
|
]
|
|
}
|