The best solution for control access to models in strongLoop
问题 I'm new in StrongLoop. I have 2 models( CustomUser and Item ). I want any CustomUser has access to his Items . I don't want use default APIs exposed by StrongLoop because i don't want CustomUsers able to define filter with these APIs. I define my RemoteMethod that returns items based on a internal filter. My question: Should i check current user and return his related items or can i use ACL in StrongLoop for this matter? If the ACL is correct answer, where should i insert my RemoteMethod(