ogarci5 / rack-contrib-sign

Sign requests like its your life. Cuz it is.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rack::Contrib::Sign

Implement thorough request signing in Rack.

Installation

gem 'rack-contrib-sign'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rack-contrib-sign

Usage

Install in Rack by adding the following to your config.ru:

require 'rack/contrib/sign'
use Rack::Contrib::Sign::Middleware

Specific Authentication Details

This gem works by creating a receipt which gets HMAC hashed with a secret.

About

Sign requests like its your life. Cuz it is.

License:MIT License


Languages

Language:Ruby 100.0%