Enhance Attribute-based Authorization
"Fortress is a powerful Laravel package designed to streamline attribute-based authorization. By leveraging the
#[Authorize]
attribute, it provides a declarative and clean approach to securing your Laravel application.Whether managing roles, permissions, gates, or ownership rules, Fortress ensures security is flexible, robust, and easy to implement."
- Attribute-Based Authorization: Use
#[Authorize]
attributes for roles, permissions, gates, and ownership checks.- Simplifies Middleware Logic: Declarative syntax removes clutter from middleware, keeping it clean and readable.
- Ownership Validation: Validate ownership with configurable keys and default behaviors.
- Customizable Configuration: Flexible configuration for roles, permissions, gates, and ownership rules.
Nejc Cotič
@lordneic