Mohammed Elbagoury

Results 2 issues of Mohammed Elbagoury

The `$id` description is only added for now to see if updating the node module would make things work correctly.

In the `add_items` endpoint, the ACL to be checked is: ``` NewItemAcl = [(Deny, "user:bob", "create"), (Allow, Authenticated, "create")] ``` You can see that user bob has 2 principals (`user:bob`...