Calling `next()` from within the callback, as suggested, would be problematic because it would interfere with the middleware's internal processing. https://github.com/bitcoin-sv/auth-express-middleware/blob/ae3457fcca45e0bbfa0f576935610849b4aedef4/src/index.ts#L356
Calling
next()from within the callback, as suggested, would be problematic because it would interfere with the middleware's internal processing. https://github.com/bitcoin-sv/auth-express-middleware/blob/ae3457fcca45e0bbfa0f576935610849b4aedef4/src/index.ts#L356