Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/12joan/rack_authorised_proxy
- Owner: 12joan
- License: mit
- Created: 2021-08-17T14:35:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T08:23:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T19:22:26.990Z (9 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).