mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
30 lines
1.3 KiB
JSON
30 lines
1.3 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles the register interaction",
|
|
"@id": "urn:solid-server:auth:password:RegistrationRouteHandler",
|
|
"@type": "InteractionRouteHandler",
|
|
"route": {
|
|
"@id": "urn:solid-server:auth:password:RegistrationRoute",
|
|
"@type": "RelativePathInteractionRoute",
|
|
"base": { "@id": "urn:solid-server:auth:password:IndexRoute" },
|
|
"relativePath": "/register/"
|
|
},
|
|
"source": {
|
|
"@id": "urn:solid-server:auth:password:RegistrationHandler",
|
|
"@type": "RegistrationHandler",
|
|
"registrationManager": {
|
|
"@type": "RegistrationManager",
|
|
"args_baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
|
"args_webIdSuffix": "/profile/card#me",
|
|
"args_identifierGenerator": { "@id": "urn:solid-server:default:IdentifierGenerator" },
|
|
"args_ownershipValidator": { "@id": "urn:solid-server:auth:password:OwnershipValidator" },
|
|
"args_accountStore": { "@id": "urn:solid-server:auth:password:AccountStore" },
|
|
"args_podManager": { "@id": "urn:solid-server:default:PodManager" }
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|