Good Role-Based Access Control (RBAC) package?
Heyah,
Are there any good recommendation for an rbac package that handles roles and permission from DB/ORM/X? Something like what exists in Laravel's ecosystem with API for
user.can(permission)
user.has(role)
?
I need this for some prototyping down the line and checking before I implement my own.0 Replies