solid-ui
solid-ui copied to clipboard
Cannot create a resource when unauthenticated
Using mashlib on solidcommunity.net with everybody having RWC, you can't
- edit and delete a resource
- cannot create a new resource
this the response on
createthe resourcetxt.txt

And this is the public/.acl

The issue lies is https://github.com/solid/solid-ui/blob/6a9e81a980072cb7f7b8e8098346bd1acac55269/src/create/create.ts#L81
Shouldn't we first check if write is allowed ?