bayfrontmedia / bones-service-rbac
A multi-tenant role-based access control (RBAC) user authentication and authorization service to be used with the Bones framework
v1.0.0-beta.1
2024-12-20 12:34 UTC
Requires
- php: >=8.0
- bayfrontmedia/bones: ^5.3
- bayfrontmedia/bones-service-orm: v1.0.0-beta.1
- bayfrontmedia/php-array-helpers: ^2.0
- bayfrontmedia/php-jwt: ^2.0
- bayfrontmedia/php-string-helpers: ^2.2
- bayfrontmedia/php-time-helpers: ^2.0
- bayfrontmedia/php-validator: ^4.0
This package is auto-updated.
Last update: 2024-12-20 12:37:41 UTC
README
A multi-tenant role-based access control (RBAC) user authentication and authorization service to be used with the Bones framework.
This service allows for the management of tenants, users, groups, roles and permissions.
License
This project is open source and available under the MIT License.
Author
Requirements
- PHP >= 8.0
- Bones >= 5.3
Installation
composer require bayfrontmedia/bones-service-rbac
Documentation
See documentation.