mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Update RELEASE_NOTES with IDP architecture change
This commit is contained in:
parent
9577791472
commit
693f441a1b
@ -29,11 +29,15 @@ The following changes are relevant for v2 custom configs that replaced certain f
|
|||||||
- Requests targeting the OIDC library now use a separate handler.
|
- Requests targeting the OIDC library now use a separate handler.
|
||||||
- `/http/handler/default.json`
|
- `/http/handler/default.json`
|
||||||
- `/identity/handler/default.json`
|
- `/identity/handler/default.json`
|
||||||
|
- The architecture of IDP interaction handlers has completely changed to improve modularity
|
||||||
|
- `/identity/handler/interaction/*`
|
||||||
|
- `/identity/registration/*`
|
||||||
|
|
||||||
### Interface changes
|
### Interface changes
|
||||||
These changes are relevant if you wrote custom modules for the server that depend on existing interfaces.
|
These changes are relevant if you wrote custom modules for the server that depend on existing interfaces.
|
||||||
- `TypedRepresentationConverter` function signatures changed
|
- `TypedRepresentationConverter` function signatures changed
|
||||||
and base functionality moved to `BaseTypedRepresentationConverter`
|
and base functionality moved to `BaseTypedRepresentationConverter`.
|
||||||
|
- Many changes to several components related to the IDP. This includes the HTML templates.
|
||||||
|
|
||||||
## v2.0.0
|
## v2.0.0
|
||||||
### New features
|
### New features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user