casdoor / casdoor-rust-example

The example code for Casdoor Rust SDK
https://github.com/casdoor/casdoor-rust-sdk
Apache License 2.0
3 stars 2 forks source link

Domain managing? #6

Open makorne opened 1 year ago

makorne commented 1 year ago

Hi.

The casdoor conf can include domains for better grant control.(RBAC With Domains/Tenants) But looks like sdk missing this important part.

casbin-bot commented 1 year ago

@seriouszyx @ComradeProgrammer @Resulte

hsluoyz commented 1 year ago

@makorne do you mean Casbin or Casdoor? This is a Casdoor repo

makorne commented 1 year ago

casdoor

hsluoyz commented 1 year ago

@makorne what specific APIs do you need?

makorne commented 1 year ago

I need to create/delete new domains and to check rights of some user for some domain over API Like there support RBAC With Domains/Tenants