Skip to content

Commit e01d610

Browse files
docs: update next steps in README
1 parent e6de2a9 commit e01d610

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This repository contains SolidLab research artefacts on use of UMA in the Solid
1212

1313
- [`@solidlab/ucp`](packages/ucp): Usage Control Policy decision/enforcement component.
1414

15+
1516
## Getting started
1617

1718
In order to run this project you need to perform the following steps.
@@ -33,10 +34,12 @@ You can then execute the following flows:
3334

3435
`yarn script:flow` runs all flows in sequence.
3536

37+
3638
## Implemented features
3739

3840
The packages in this project currently only support a fixed UMA AS per CSS RS, and contain only the trivial [AllAuthorizer](packages/uma/src/models/AllAuthorizer.ts) that allows all access. More useful features are coming soon ...
3941

42+
4043
### Usage control policy enforcement
4144

4245
Used for creating a modular engine that calculates which access modes are granted based on:
@@ -54,6 +57,4 @@ Then a read request is performed using the engine, which results in a list of gr
5457

5558
## Next steps
5659

57-
- [Wout Slabbinck](https://github.com/woutslabbinck) will look into custom [Authorizers](packages/uma/src/models/Authorizer.ts), in particular an integratation with Koreografeye for the research on Usage Control Patterns.
58-
59-
- [Wouter Termont](https://github.com/termontwouter) will implement UMA Resource Registration (as specified in UMA 2.0 Federation), and integrate UMA AS coupling into the onboarding flow of the CSS.
60+
Have a look at the [milestones](https://github.com/SolidLabResearch/user-managed-access/milestones) we set for ourselves, and other [issues](https://github.com/SolidLabResearch/user-managed-access/issues) we would like to solve.

0 commit comments

Comments
 (0)