css-simple-register-component
v7.0.0
Published
A minimal example of a repository containing an injectable Community Solid Server module
Readme
Simple Register Component for Community Solid Server
A component that adds a simplified registration form to the Community Solid Server (CSS). This component automatically creates a pod and WebID for new users in one step.
Features
- One-step registration process
- Automatic pod and WebID creation
- Seamless integration with CSS
Important Note
This component must be imported after the core CSS components in your server configuration. This is because it depends on several CSS components and needs them to be initialized first.
Installation
- Install the package:
npm install css-simple-register-component- Add the component to your server configuration, either by creating json file with the following, and adding it to your start script,
either by merging the following to you
config.jsonfile:
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/css-simple-register-component/^7.0.0/components/context.jsonld"
],
"import": [
"@simple-register:simple-register-partial.json"
]
}Usage
Just go to the registration page, and see the new 'Podname' field.
