secure-only

0.0.2 • Public • Published

secure-only

Express middleware for only accept secure requests (i.e. HTTPS requests)

Example

    var secureOnly = require('secure-only');
    app.get('/login', secureOnly([options]));

Options

  • redirect: URL to where the user will be redirected if using a non-secure request (default: false)
  • status: If using redirect, redirect it with this status. Otherwise, send a response with this status (default: 302 for redirect, 404 for body)
  • body: If not using redirect, send a response with this body (default: 'Not found' or the http.STATUS_CODE for the given status)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i secure-only

      Weekly Downloads

      3

      Version

      0.0.2

      License

      none

      Last publish

      Collaborators

      • talyssonoc