inject
Table of Contents
Traits
- InjectAuthorizerTrait
- Provides the plumbing to attach a permission authorizer to ArangoDB controllers — used by the framework to gate fields via `Field::REQUIRES` without coupling `oihana/arango` to a specific authorization backend (Casbin, OPA, custom, ...).
- InjectFilterTrait
- Provides filter injection helpers for ArangoDB-based controllers.