restriction of access to services [closed]
Hi, I'm writing a node, that provides a few services. Acording to my current understanding of services, every other node can call those services. My question is: Is there a way to limit access to a service? Example: node A provides service service1. Node B is allowed to call service1 but node C gets an error/ message/ access denial etc.?