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)
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)