As I assume, middleware.missingKeyHandler requires body-parser to be used (otherwise req.body is simply undefined and nothing is saved).
However in the main Readme.md I found no mention of that, which made me stuck for sometime wondering why it doesn't work.
As I assume,
middleware.missingKeyHandler
requiresbody-parser
to be used (otherwise req.body is simply undefined and nothing is saved). However in the main Readme.md I found no mention of that, which made me stuck for sometime wondering why it doesn't work.Could you please update the docs?