Mohamad Zain Aziz

Results 2 issues of Mohamad Zain Aziz

Nice work! But ran into an error when subscribed data is received from RabbitMQ. I got if fixed by changing _JSON.parse(message)_ to _JSON.parse(message)_ **hapi-rabbit/lib/index.js** ``` sub.on('data', function (message) { //...

Hi, Can you edit the module to allow authentication in a single tenant scenario. I figured the 'authority' value need to be introduced in the config. ``` //environment.ts export const...