Marko Haapala

Results 2 comments of Marko Haapala

We also came up with a similar solution. On top of that, we have added a version check to expire any existing tokens, when needed, to force a re-authentication. ```...

This is how I got it to work. The 'arguments' and 'routingKey' were the key changes. I hope this helps. ``` 48 var options = { 49 exchange: 'payment.ex', 50...