6 pointsby mooreds11 hours ago1 comment
  • seymon7 hours ago
    Using something like this for centralized authorization across services works well for binary access control decisions.

    But the problem that remains is "authorized search" in an efficient way. Asking permify what resources a user can access and then query the app postgres db with "WHERE resource_id IN ( {list}, {with}, {many}, {IDs}, ... )" does not scale well. How to solve this?