gifted-angle-64519
12/06/2023, 9:48 AMpageToken
. However, the IdentityApi.ListIdentities
has return type of Task<List<ClientIdentity>>
and I don't know how to receive the token for the next page.
2. My authorization model is extremely simple and Ory Permissions seems to be quite an overkill for it. On top of that, I need to come up with a solution that is relatively simple to justify Ory Network to my peers and managers. Is there a way to safely store permissions on the identity object itself? I was thinking something like claim or Ory traits.gifted-angle-64519
12/06/2023, 2:10 PM