mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Full rework of account management
Complete rewrite of the account management and related systems. Makes the architecture more modular, allowing for easier extensions and configurations.
This commit is contained in:
@@ -88,8 +88,9 @@ More on this can be found in the [identity provider](../../../usage/identity-pro
|
||||
|
||||
The `urn:solid-server:default:IdentityProviderHttpHandler` handles everything
|
||||
related to our custom identity provider API, such as registering, logging in, returning the relevant HTML pages, etc.
|
||||
All these requests are identified by being on the `/idp/` subpath.
|
||||
All these requests are identified by being on the `/.account/` subpath.
|
||||
More information on the API can be found in the [identity provider](../../../usage/identity-provider) documentation
|
||||
The architectural overview can be found [here](accounts/overview.md).
|
||||
|
||||
## LdpHandler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user