In the loopback, when I access the method of any module, the middleware validates the access token in a method called validate (cb) I am trying to check which module is being called when this method is triggered, for example
I call a get function inside the "banana" module that is locked by accesstoken, how, within the accesstoken, do I know what is the "banana" module being called?