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