We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606a631 commit ac768ceCopy full SHA for ac768ce
1 file changed
README.md
@@ -42,7 +42,7 @@ obj = "data1" # the resource that is going to be accessed.
42
act = "read" # the operation that the user performs on the resource.
43
44
if e.enforce(sub, obj, act):
45
- # permit alice to read data1casbin_sqlalchemy_adapter
+ # permit alice to read data1
46
pass
47
else:
48
# deny the request, show an error
0 commit comments