온라인 편집기
온라인 편집기(https://casbin.org/en/editor/)를 사용해서 브라우저에서 Casbin 모델(model)과 정책(policy)을 작성할 수 있습니다. 프로그래밍 언어를 위한 통합 개발 환경(IDE) 처럼 구문 강조(syntax highlighting)
및 코드 자동 완성(code completion)
기능을 제공합니다.
Use Pattern
If you use RBAC with pattern
or RBAC with all pattern
, it specifies the pattern matching function in the lower left corner. . If you want to write the equivalent code, you need to specify the pattern matching function through the relevant api. See RBAC with Pattern
note
The editor is based on node-casbin. Due to the synchronization delay between different language of casbin, the authentication result of the editor
may be different from the authentication result of the casbin you are using. If so, please submit issues to the casbin repository you are using.