Yesware / rack-ssl

Rack middleware to force SSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rack::SSL

Force SSL/TLS in your app.

  1. Redirects all "http" requests to "https"
  2. Set Strict-Transport-Security header
  3. Flag all cookies as "secure"

Usage

use Rack::SSL

About

Rack middleware to force SSL

License:MIT License


Languages

Language:Ruby 100.0%