observe module accessed via rest within accesstoken validation in loopback

0

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?

    
asked by anonymous 03.10.2018 / 22:45

0 answers