José F. Romaniello

Results 39 comments of José F. Romaniello

Thank you @mirceanis , I also saw this test case. First of all, I wanted to ask here because I wasn't sure "meta transactions" weren't implemented already, for example in...

I'd like to have something like this but I think I'll better write my own shovel.js. it seems i can pass the path in the options

I've the same problem even with `idleTimeoutMillis: 0` in `7.8.1`. I am not sure why the connection get closed, the query fails with this stack trace: ``` Error: Connection terminated...

I don't understand why you need this. Currently if you provide a `getToken` function, the `authorization` header is not read? Can you explain a little bit more what you need!...

We didn't want to polute the Request object globally in this release as this also generates some problems. I am not sure what's the definition of your `db.post` or where...

can you show me with an example the api you are looking for ?

Sorry for the very long delay, I think this make sense. Generally is not a problem as the secret function should caches the result instead of fetching the public key...

Unfortunately this will no longer work with v7 as I changed the signature of the secret function: https://github.com/auth0/node-jwks-rsa/blob/master/src/integrations/express.js#L25-L36 We will need to change this to something like this: ```js return...

I am not sure I understand this. maybe the jwks uri? in the example you shared it say `JWKSURI="example.com/jwks.json"`

Ok, I am not sure how to help. In the first message you stated that the error is: ``` there was an error. Error: Error: connect ECONNREFUSED 127.0.0.1:80 at TCPConnectWrap.afterConnect...