You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now the 'public' permission type actually only works for logged in people eg
<#7d85dcfb-b26b-4183-b860-73b7c6d63309>a<http://www.w3.org/ns/auth/acl#Authorization>;
<http://www.w3.org/ns/auth/acl#mode><http://www.w3.org/ns/auth/acl#Read>;
<http://www.w3.org/ns/auth/acl#accessTo><https://pod.playground.solidlab.be/user6/index.json>;
<http://www.w3.org/ns/auth/acl#agentClass><http://xmlns.com/foaf/0.1/Agent>. #so this is only for logged in users
Add a loggedIn permission type for this functionality, and update the public permission type to be actually public (ie also without needing to log in)
The text was updated successfully, but these errors were encountered:
I've taken a quick look at the acl definitions, but I can't seem to find a valid definition to allow people to access a file without logging in.
I've tried the following but without much luck
<#public> a acl:Authorization;
acl:accessTo <https://pod.playground.solidlab.be/user9/README>;
acl:mode acl:Read.
right now the 'public' permission type actually only works for logged in people eg
Add a loggedIn permission type for this functionality, and update the public permission type to be actually public (ie also without needing to log in)
The text was updated successfully, but these errors were encountered: