strongloop / loopback-component-storage

Storage component for LoopBack.
Other
130 stars 155 forks source link

No access token in controller of storage datasource #284

Closed pookdeveloper closed 4 years ago

pookdeveloper commented 4 years ago

I can access to my acces_token in the controller

beforeRemote("*", function (context, unused, next) {
 // contexcontext.args.options.accessToken
});

The "context.args.options.accessToken" is undefined

any solution ?? thanks