Hi there everyone 👋 . I am looking into options for securing my web project. I've come across SpiceDB and I find the concept really interesting. I have one question regarding "reverse permission lookups".
I have noticed that in the documentation there's the assumption that I will do something along the lines of
zed push /blog/post:1 read@rachel
(sorry if I got the syntax wrong). Is there a mechanism to list the posts that Rachel is allowed to read? If not, what mechanism should be used to generate lists like that?