skygear-SDK-JS icon indicating copy to clipboard operation
skygear-SDK-JS copied to clipboard

Ambiguous API for `acl.setNoAccessForXXX()`

Open ben181231 opened this issue 7 years ago • 0 comments

In current implementation, acl.setNoAccessForUser(userID) and acl.setNoAccessForRole(someRole) does not deny the access of specific user / role. What it actually does is remove the access control entry for specific user / role.

ben181231 avatar Jul 19 '17 11:07 ben181231