Ask HN: CASL or Casbin for Authorization?
1 chaidhat 0 9/7/2025, 3:52:20 PM
Hi, I have a 20k LOC backend that I need to implement authorization. We have
1. users, 2. admins, 3. organizations where users belong 4. roles which belong to an organization and users can be assigned to said roles 4. audit forms which are read/write capable for users, roles and admins
What is best for authorization? I am a pretty beginner programmer so I don't know which is best/whether to use RBAC, ReBAC or ABAC.
Thanks!
No comments yet