Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/12joan/rack_authorised_proxy

Only permit requests that originate from an authorised reverse proxy
https://github.com/12joan/rack_authorised_proxy

Last synced: 23 days ago
JSON representation

Only permit requests that originate from an authorised reverse proxy

Awesome Lists containing this project

README

        

# RackAuthorisedProxy

Only permit requests that originate from an authorised reverse proxy

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rack_authorised_proxy'
```

And then execute:

$ bundle install

## Usage

Add this line to your application's config.ru file:

```ruby
use Rack::AuthorisedProxy
```

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).