casbin / casbin-editor

Web-based model & policy editor for Casbin
https://editor.casbin.org
Apache License 2.0
90 stars 22 forks source link

Support more languages of Casbin like Go Casbin in the editor #129

Open hsluoyz opened 4 months ago

hsluoyz commented 4 months ago

Support more languages of Casbin, like Go Casbin

For Go Casbin, it can be called via Casdoor API: https://casdoor.org/docs/permission/exposed-casbin-apis , these demo sites can be used: https://door.casdoor.com/, https://demo.casdoor.com/

For other Casbin like Java, Python, etc., we may need to add the CLI interface first (WIP now)

casbin-bot commented 4 months ago

@nodece