Hello, what is the standard way to check if a user...
# talk-keto
v
Hello, what is the standard way to check if a user can do an action ? I see from the API that we can test for relationships but not actions. What I would like is to check if
user
can
edit
(action) the file
myfile
from the
File
namespace. I do not want to check if
user
is
editors
(relation) of the file
myFile
.
m
Hello Luc, see this. Let me know if that makes it clearer.