I'm seeing that one can have implicit permissions ...
# spicedb
a
I'm seeing that one can have implicit permissions like:
Copy code
permission view = reader + edit
    permission edit = owner
Is this a good pattern? Anything to note?
2 Views