|
const fetch = require('node-fetch') |
Does this library suffer from not handling timeouts like the web browser version (whatwg/fetch#20)? Might it be better to use a Node native module like got?
|
server.register(require('fastify-auth0-verify'), options) |
This options is not defined in the example. Shouldn't the example be copy and paste-able as-is?
fastify-auth0-verify/index.js
Line 7 in 4d1e1f5
Does this library suffer from not handling timeouts like the web browser version (whatwg/fetch#20)? Might it be better to use a Node native module like
got?fastify-auth0-verify/README.md
Line 42 in 4d1e1f5
This
optionsis not defined in the example. Shouldn't the example be copy and paste-able as-is?