avo icon indicating copy to clipboard operation
avo copied to clipboard

Role-based authorization

Open adrianthedev opened this issue 5 months ago • 1 comments

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.

adrianthedev avatar Sep 11 '24 23:09 adrianthedev