jcasbin / casbin-java-cli

Java CLI for jCasbin
Apache License 2.0
2 stars 1 forks source link

Support all APIs required by Casbin editor #8

Open hsluoyz opened 3 months ago

hsluoyz commented 3 months ago

Background: https://github.com/casbin/casbin-editor/issues/129

The editor is based on Node-Casbin: https://editor.casbin.org/ , but finally we want the editor to support multiple backends like Go, Java, Python, etc, so it will call this CLI API. Now we need to prepare all APIs that are needed by the editor.

image

casbin-bot commented 3 months ago

@tangyang9464 @imp2002