getorbit/rbac-domain-permissions

This is a custom package to manage permissions in the Orbit System based on a RBAC with domain system

dev-master 2023-09-05 15:10 UTC

This package is not auto-updated.

Last update: 2024-09-17 20:58:27 UTC


README

Full test suite

🧙️ Orbit RBAC with domain permissions system

Orbit Permissions is a Laravel package that allows managing permissions according to the Role Based Access Control rules, adding an extra capability to constrain the permissions to a given domain.

This system allows assigning a role (with a set of policies or permissions) and constraining the actions to a given domain. For example, this system allows to say that a user is an admin for a given set of services, constraining the actions permitted by the policies to those services.