1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/rack-protection
2011-05-28 17:51:54 +02:00
..
lib import authenticity token implementation 2011-05-28 17:51:54 +02:00
spec add comment 2011-05-25 12:50:25 +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
rack-protection.gemspec add escape_utils as dependency 2011-05-28 17:49:38 +02:00
Rakefile initial commit 2011-05-23 10:07:54 +02:00
README.md initial commit 2011-05-23 10:07:54 +02:00

You should use protection!

Usage

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

Installation

gem install rack-protection

TODO

  • Write code and documentation