Hi everyone! I am still trying to understand all the concepts, but so far I find the solution amazing. I have a question about the Caveats though:
I am trying to model a Github-like authorisation, and this is what I have done so far
https://play.authzed.com/s/y_Xy0SyN9LGy/assertions
As you can see, I have added a caveat to one repository, stating that it is public. Now, I would like that, whenever I test if a user is a reader of this repo, it returns true because it is public.
Is that possible?