You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#337 added support for context-propagation. To make it more useful, loopback.token should save the access token in the context, so that it can be accessed by other parts of the system. At the moment, the token is stored on the req object only:
#337 added support for context-propagation. To make it more useful,
loopback.token
should save the access token in the context, so that it can be accessed by other parts of the system. At the moment, the token is stored on thereq
object only:See lib/middleware/token.js#54.
Proposed solution:
The text was updated successfully, but these errors were encountered: