Is there a good read on where to start to model gr...
# talk-keto
r
Is there a good read on where to start to model groups in Keto? I would rather do group permissions than users. Or at least the majority of my app can be modeled around groups.
f
Would this do?
r
Hmmm
Not exactly
But my question was also half-assed (apologies)
I basically have this: • org1 • org2 Inside a team I have a fixed set of roles: • creator • member • viewer So my thoughts were to model it around that. But unsure where to start?
c
What @fierce-farmer-49570 posted should do what you want, although best practice is no more than 5 levels of indirection
r
Re-reading then, thanks