Search by

naf / rbac

floknapp

Roles, permissions and the rules for handing them out, for NAF hosts.

Package info

github.com/nafphp/rbac

Type:naf-plugin

pkg:composer/naf/rbac

Statistics

Installs: 13

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2026-09-21 19:47 UTC

This package is auto-updated.

Last update: 2026-09-21 21:23:45 UTC


README

Roles, permissions, and the rules for handing them out. naf/auth answers is this person allowed to and says nothing about where that answer comes from; this is one answer — grants kept in tables, a vocabulary declared in code, and a policy that decides who may change either.

Documentation

https://nafphp.github.io/docs/rbac/

Install

composer require naf/rbac
vendor/bin/naf db:migrate up
vendor/bin/naf rbac:sync

License

MIT