Zixuan Liu
Zixuan Liu
@Shivansh-yadav13 Could you cherry-pick the https://github.com/casbin/node-casbin/commit/cc58c57ae4a7c3202c7217497bef8016df93fe26 and https://github.com/casbin/node-casbin/commit/33c784cbdc0d650ba75b8177b69f41dc0ca11fae to your branch, then make a PR?
This should be returned `false`, could you work on this? > I'm not sure of it's working how is this returning `true` > > ```js > import { newEnforcer, newModel,...
@dweep612 you can make a meteor-authz plugins, please refer the plugins from https://github.com/search?q=org%3Anode-casbin+authz.
Do you want to print the policy data?
OIDC has multiple auth models, such as implicit-grant-flow, auth-code-flow, device-code-flow. I guess the casdoor can support implicit-grant-flow and auth-code-flow, I haven't tested it, but I tried the device-code-flow, the casdoor...
@Steve0x2a Please update #415.
@Steve0x2a Could you share this discussion thread? I want to know this progress.
Is it device flow authentication?
@hsluoyz I think this issue means that add authentication to casbin-server, and support log the enforce result to a storage container(like file, db and so on).
> set the offload policy will not trigger the offload process. Why do we need to set up a Hadoop cluster in the test? Thanks for your point.