mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
18 lines
626 B
JSON
18 lines
626 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^2.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles the login interaction",
|
|
"@id": "urn:solid-server:auth:password:LoginRoute",
|
|
"@type": "RelativeInteractionRoute",
|
|
"base": { "@id": "urn:solid-server:auth:password:IndexRoute" },
|
|
"relativePath": "/login/",
|
|
"source": {
|
|
"@type": "LoginHandler",
|
|
"accountStore": { "@id": "urn:solid-server:auth:password:AccountStore" },
|
|
"interactionCompleter": { "@type": "BaseInteractionCompleter" }
|
|
}
|
|
}
|
|
]
|
|
}
|