Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 984 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 984 Bytes

Bones RBAC service

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

Bayfront Media

Requirements

  • PHP >= 8.0 (Tested up to 8.4)
  • Bones >= 5.3

Installation

composer require bayfrontmedia/bones-service-rbac

Documentation

See documentation.