solid-contrib / web-access-control-tests

Tests if a Solid server implements web access control correctly
MIT License
2 stars 5 forks source link

Add tests for public access #11

Closed michielbdejong closed 3 years ago

michielbdejong commented 3 years ago

Other than the WAC-Allow tests, all tests test what happens when Bob accesses a resource that Alice gave him some level(s) of access to.

We should add tests where:

Maybe just copy read.test.ts and change that so that it tests those two situations.

bourgeoa commented 3 years ago

PR #28