Skip to content

add 'loggedIn' permission type #24

Description

@bjdmeest

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions