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