Closed pulpfree closed 7 years ago
I would like to add and authentication header to sent a token to the request in your network service. Not entirely clear how I should go about, can you provide some advice on this?
Thanks, ron
Ok, found a solution: const networkInterface = addQueryMerging(responseMiddlewareNetworkInterface) networkInterface.use([myWare])
const networkInterface = addQueryMerging(responseMiddlewareNetworkInterface) networkInterface.use([myWare])
If this is not a best practice please advise.
I would like to add and authentication header to sent a token to the request in your network service. Not entirely clear how I should go about, can you provide some advice on this?
Thanks, ron