sinatra/rack-protection
Konstantin Haase f341cf7024 add links to more infos 2011-05-24 12:23:22 +02:00
..
lib add links to more infos 2011-05-24 12:23:22 +02:00
spec add dummy for access control 2011-05-24 12:20:45 +02:00
.gitignore initial commit 2011-05-23 10:07:54 +02:00
Gemfile initial commit 2011-05-23 10:07:54 +02:00
License initial commit 2011-05-23 10:07:54 +02:00
README.md initial commit 2011-05-23 10:07:54 +02:00
Rakefile initial commit 2011-05-23 10:07:54 +02:00
rack-protection.gemspec set up testing infrastructure and shared tests 2011-05-23 17:36:16 +02:00

README.md

You should use protection!

Usage

# config.ru
require 'rack/protection'
use Rack::Protection

Installation

gem install rack-protection

TODO

  • Write code and documentation