Description
Solid based apps need to be serve files that are publicly or auth user accessible. This requires the url of files shared as public/auth accessible to be written to an index file setup for that app. This way the app can query every url in the file and show those files which are still public/auth readable. To do this, we need a onPermissionGranted callback that returns the recipientType of the permission grant.
Why
So that as a user, my app shows me files that are accessible to me because they are auth user/publicly readable.
Closing Criteria
Checklist for closing the issue:
Context
See related issue in Exper app:
Issue 22 - Experience app https://github.com/privacyeng/exper/issues/22
Description
Solid based apps need to be serve files that are publicly or auth user accessible. This requires the url of files shared as public/auth accessible to be written to an index file setup for that app. This way the app can query every url in the file and show those files which are still public/auth readable. To do this, we need a onPermissionGranted callback that returns the recipientType of the permission grant.
Why
So that as a user, my app shows me files that are accessible to me because they are auth user/publicly readable.
Closing Criteria
Checklist for closing the issue:
Context
See related issue in Exper app:
Issue 22 - Experience app https://github.com/privacyeng/exper/issues/22