-
Make a demo project (like in Go language) to call the APIs in: https://casdoor.org/docs/permission/exposed-casbin-apis/
Need to have some understanding about Casbin: https://casbin.org/
For API …
-
**Is your feature request related to a problem? Please describe.**
Right now we dont have any complete example of casbin provider of authorization
**Describe the solution you'd like**
Add example…
-
Hi guys, could you please give a compare with [casbin](https://github.com/casbin)
-
I don't really like the idea of watchers because it's buggy and heavy, image when one enforcer `AddPolicy`, the others need to reload all the policies from DB.....
we should find other solutions.
…
-
If you compare the two functions for adding a single, or multiple policies in model/policy.py, the add_policies method only appends the new rules, but does not update the policy_map if a priority is g…
-
https://github.com/labulaka521/crocodile/blob/1e81ef0c3d9c563edea50e672d428f69c4493563/core/middleware/auth.go#L80
此处uid 是否应修改为role.String() ?
-
### **Context and purposes**
Casbin uses a string array to store all policies, so we have ensured the request is always a string. In some situations, we need additional operations to "parse" request …
-
docs: https://github.com/casbin/casbin-website-v2/tree/master/docs
Task list:
- [ ] Complement lacked code part.
- [ ] Introduce Casbin.NET v2 new features.
- [ ] Add `redis-adpter` and `redis-w…
-
This "Custom config" is very hard to use. Take the custom function for example, we should allow the users to easily configure a custom function by following the docs: https://casbin.org/docs/function#…
-
can you make module to support cashbin,
[https://github.com/casbin/casbin](https://github.com/casbin/casbin)
It is a good authentication library for golang
user management is a MUST have featu…
hoogw updated
5 years ago