Is it possible to restrict bindings? Say I want an auth service worker that I want to make sure is t
Is it possible to restrict bindings? Say I want an auth service worker that I want to make sure is the only worker that can access the auth R1 database. Is there any way to prevent another worker from accessing said database eg from being bound? I know we can restrict a worker to be only able to be communicated to by other workers.
