Skip to content

Commit ad307b4

Browse files
document current acl:trustedApp system
1 parent 6e7bc51 commit ad307b4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,9 @@ The authorization of trusted web app is a running battle between readers and wri
390390

391391
In solid a maxim is, you have complete control of he data. Therefore it is up to the owner of the data, the publisher, the controller of the ACL, or more broadly the person running the solid server, to specify who gets access, be it people or apps. However another maxim is that you can chose which app you use. So of Alice publishes data, and Bob want to use his favorite app, then how does that happen?
392392

393-
##### Now:
394-
395-
- The web server can run with a given trusted domain created by the solid developers.
393+
- The web server can run with a given trusted domain configured by the pod provider.
396394
- A specific ACL can be be made to allow a given app to access a given file or folder of files.
397-
398-
##### Possible future:
399-
- A writer could give in their profile a statement that they will allow readers to use a given app.
395+
- Someone with acl:Control access to the resource could give in their profile a statement that they will allow users to use a given app.
400396

401397
```
402398
<#me> acl:trustedApp [ acl:origin <https://calendar.example.com>;

0 commit comments

Comments
 (0)