16 lines
556 B
Markdown
16 lines
556 B
Markdown
# Dashboard Role-Based Access Control
|
|
|
|
RBAC (Role-Based Access Control) is a common access control model for managing user access to systems, applications or resources.
|
|
In the RBAC model, access permissions are assigned and managed based on user roles instead of being directly associated with individual users,
|
|
making management and usage simpler.
|
|
|
|
This application houses the RBAC feature for Dashboard.
|
|
|
|
## Contributing
|
|
|
|
Please see our [contributing.md](../../CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
EMQ Business Source License 1.1, refer to [LICENSE](BSL.txt).
|