Files
CommunitySolidServer/config/identity/registration/enabled.json
2021-07-26 17:05:33 +02:00

16 lines
558 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"import": [
"files-scs:config/identity/registration/handler/registration.json"
],
"@graph": [
{
"comment": "Enable registration by adding a registration handler to the list of interaction handlers.",
"@id": "urn:solid-server:auth:password:InteractionHttpHandler",
"WaterfallHandler:_handlers": [
{ "@id": "urn:solid-server:auth:password:RegistrationInteractionHandler" }
]
}
]
}