Skip to main content

Online Editor

You can also use the online editor to write your Casbin model and policy in your web browser. It provides functionality such as "syntax highlighting" and "code completion", just like an IDE for a programming language.

Usage Pattern

If you are using "RBAC with pattern" or "RBAC with all pattern", the pattern matching function is specified in the lower left corner.

editor-tips.

If you want to write the equivalent code, you need to specify the pattern matching function through the relevant API. Refer to RBAC with Pattern for more information.

note

The editor is based on node-casbin. Due to the synchronization delay between different versions of Casbin, the authentication result of the "editor" may differ from the authentication result of the Casbin version you are using. If you encounter any issues, please submit them to the Casbin repository you are using.