We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A user from StackOverflow: https://stackoverflow.com/questions/70016066/custom-function-in-casbin-matcher-in-pycasbin-for-restful-apis said that he doesn't know how to use the AddFunction() API in PyCasbin. In PyCasbin, it is called add_function(): https://github.com/casbin/pycasbin/search?q=add_function . But we still lack an example like Golang:
add_function()
https://github.com/casbin/casbin/blob/a380d0052d92b28cc36a5940515339e0f1c844fc/model_test.go#L456-L463
We need to port this example to PyCasbin.
The text was updated successfully, but these errors were encountered:
@ffyuanda @Zxilly @techoner @elfisworking
Sorry, something went wrong.
@Abingcbc @sallycaoyu can anyone work on this?
hsluoyz
Successfully merging a pull request may close this issue.
A user from StackOverflow: https://stackoverflow.com/questions/70016066/custom-function-in-casbin-matcher-in-pycasbin-for-restful-apis said that he doesn't know how to use the AddFunction() API in PyCasbin. In PyCasbin, it is called
add_function()
: https://github.com/casbin/pycasbin/search?q=add_function . But we still lack an example like Golang:https://github.com/casbin/casbin/blob/a380d0052d92b28cc36a5940515339e0f1c844fc/model_test.go#L456-L463
We need to port this example to PyCasbin.
The text was updated successfully, but these errors were encountered: