📄️ API Overview
Casbin API Usage
📄️ Management API
The primitive API that provides full support for Casbin policy management
📄️ RBAC API
A more friendly API for RBAC. This API is a subset of Management API. The RBAC users could use this API to simplify the code
📄️ RBAC with Domains API
A more user-friendly API for RBAC with domains. This API is a subset of the Management API. RBAC users can use this API to simplify their code.
📄️ RBAC with Conditions API
A more user-friendly API for RBAC with conditions.
📄️ RoleManager API
The RoleManager API provides an interface for defining operations to manage roles. The addition of a matching function to the RoleManager allows the use of wildcards in role names and domains.