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
For instance, I would like to use the original request to tag along req.user which contains my user details - something that the restify plugin does not do automatically.
The current approach makes the plugin pretty inflexible and the only way I can modify getRequestAndMetaDataFromReq is to fork.
The text was updated successfully, but these errors were encountered:
This is also in close connection with #420
For instance, I would like to use the original request to tag along
req.user
which contains my user details - something that the restify plugin does not do automatically.The current approach makes the plugin pretty inflexible and the only way I can modify
getRequestAndMetaDataFromReq
is to fork.The text was updated successfully, but these errors were encountered: