inrupt / solid-react-sdk

Solid React SDK by Inrupt
MIT License
81 stars 5 forks source link

Unable to create new web access control resources #2

Open jairo-campos-JD opened 5 years ago

jairo-campos-JD commented 5 years ago

Unable to create new web access control resources

Full featured write to a solid pod means the ability to manipulate web access control rules, adding, updating, and removing wac resources as needed. In the current node solid server, we are unable to create new acl files. However, if ldflex is going to work across solid implementations, it shouldn’t be married to the underlying implementation (in this case files), otherwise you have to change the code if you switch to a different solid server that doesn’t use file based ACL.

RubenVerborgh commented 5 years ago

Tracking the LDflex part in https://github.com/solid/query-ldflex/issues/7.

if ldflex is going to work across solid implementations, it shouldn’t be married to the underlying implementation

Indeed, the proper way is https://github.com/RubenVerborgh/LDflex/issues/15, but there's a huge dependency chain attached to that one.