avo
avo copied to clipboard
Role-based authorization
Feature
Traditionally we used https://github.com/varvet/pundit to implement authorization in Avo which is a great and simple solution but we've seen customers (and myself) needing to reach for a built-in RBAC system.
Current workarounds
Do it yourself using authorization policies.