Online Editor
Você também pode usar o editor online para escrever seu modelo e política Casbin no seu navegador web. Ele oferece funcionalidades como "destaque de sintaxe" e "completar código", assim como uma IDE para uma linguagem de programação.
Use Custom Functions
If you need to use a customized matching function (e.g. "RBAC with Patterns"), you can add it by clicking the "Add Role Matching" button at the bottom left corner of the editor.
.
Se você quer escrever o código equivalente, você precisa especificar a função de correspondência de padrões através da API relevante. Consulte RBAC com Padrão para mais informações.
The editor supports multiple Casbin implementations, including Node-Casbin (Node.js), JCasbin (Java), Casbin (Go), and Casbin-rs (Rust). You can switch between different implementations in the upper right corner to test your model and policy.
Although the editor validates through a remote CLI, due to environment differences, the validation results may differ slightly from the results you get in your local environment. If you encounter any issues, please submit them to the corresponding Casbin implementation repository.