RBAC implements Role-Based Access Control to manage roles and permissions.
- Implementation Details
- Architecture
- Data Model
- Initialization Flow
- Permission Check
- Integration Guide
- Registration Flow
See docs/IMPLEMENTATION.md for integration examples and API documentation.
Run tests:
go test ./tests/...