aiarmada / authz
Generic Spatie Permission wrapper with scoped authorization and impersonation for Laravel applications.
dev-main
2026-07-13 17:42 UTC
Requires
- php: ^8.4
- aiarmada/commerce-support: dev-main
- spatie/laravel-permission: ^8.0.0
Suggests
- aiarmada/filament-authz: Optional integration
This package is auto-updated.
Last update: 2026-07-13 17:43:00 UTC
README
Framework-agnostic Spatie Permission integration with UUID permission schema, scopes, wildcard permissions, and impersonation services.
See docs/ for installation, configuration, and usage.
Session security
Taking and leaving impersonation destroys the previous session identifier and regenerates the CSRF token after the identity transition succeeds.