https://authzed.com logo
Title
j

Joey

12/06/2022, 3:34 PM
are these permission pre-defined, i.e. there will always be permissions like
write_title
,
read_intro
, etc? or can they be more dynamic?
g

gvf

12/07/2022, 2:48 PM
Hi @Joey sorry, I didn't see your reply earlier. They are pre-defined, we might add new permissions in the future, but for now, they are pre-defined.
j

Joey

12/07/2022, 3:26 PM
okay, then you'd typically use a
relation
per role or permission
g

gvf

12/07/2022, 3:54 PM
cool, that's what I was thinking, so the approach of using a relation as a permission is fine then, thxs