File: README.md

package info (click to toggle)
ruby-omniauth-remote-user 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • ctags: 16
  • sloc: ruby: 214; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Omniath Remote User

The Omniauth Remote User gem provides a way for application to utilize a authentication with remote user HTTP header.

# Instalation

Include in your Gemfile

```ruby
gem "omniauth-remote-user"
```
Then run `bundle install` from the command line:

    bundle install