A_A
A_A
Sorry if I was not clear enough, or I'm still not getting your point. As far as I understand your example requires READ access (`getSolidDataset` fails without READ access). The...
@joni2back Would it be possible for you to add a LICENSE? I've looked back at a project of mine that depends on this (see #1 ), and realized that this...
Thanks for your feedback, I will continue working on it when I find the time. > True. You can force a logout though (which is what solid-auth-client will do if...
Don't enforcing an ID as parameter makes it a bit trickier from my point of view. Here are some options I see: ## Storage format (1) Using webId as a...
I've added the possibility to pass no id in the constructor. So `new auth.SolidAuthClient(id)` and `new auth.SolidAuthClient()` both work now. If no ID is specified it automatically generates a new...
I still don't know how to fix these errors. I've just pushed it now so you can check it out locally if you want (or take a look at the...
Someone in the solid forum also asked, how ldflex could be used for access control. Has there been any update on it? https://forum.solidproject.org/t/how-can-my-app-handle-data-from-a-solid-pod/1787/13?u=a_a
Ok, thanks for the quick response. If it is of interest for you, I've pretty much finished a js library for reading and writing acl files. In case it could...
Ok, thanks for your fast response. Do you mean that it is not possible or just not implemented yet? If it is latter, I could take a look at it...
I think the interface itself doesn't need to change much, "only" the underlying code would need to be refactored. I would have thought of wrapping the functionality into a class,...