Richard Solar
Richard Solar
I have problem with AJAX calls on manet running on local host. With curl or browser is everything ok. This is my AJAX call: ``` $.ajax({ method: 'GET', url: 'http://localhost:8891/?url=github.com',...
Is this paragraph about [bootstraping](https://github.com/goldbergyoni/nodebestpractices/blob/master/sections/docker/bootstrap-using-node.md) still valid after this [version](https://docs.npmjs.com/cli/v7/using-npm/changelog#706-2020-10-27) of npm? I am experimenting with +8 version in docker and it seems its working for me (at least SIGTERM)
It seems my `jwtFunc` is correctly propagated only to directly chained request handlers, not to plugins or functional callbacks. Is this issue or there is another way how to have...