Hi, I'm trying out the Ory Permissions Language for the first time and I'm wondering:
We have so far been using "bare" Subject IDs to represent Users, but in
this example, Users is a Namespace, and tuples refer to a Subject Set ({ "namespace": "User", "object": "Patrik" }) rather than just a Subject ID. Am I right in thinking that we need Users to be a Namespace in order to write rules that indirectly refer to them in
permits
? If so, are there any cases to continue using Subject ID?