npm install preflightPreflight
====
Preflight requests middleware.
npm install preflight
preflight = require('preflight');
...
app.use(preflight());
With this middleware enable after CORS and before authentication, every preflight request will return a 204 http code.
MIT License, see LICENSE