Name Last Update
lib Loading commit data...
references Loading commit data...
spec Loading commit data...
.gitignore Loading commit data...
.rspec Loading commit data...
Gemfile Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
Rakefile Loading commit data...
config.ru Loading commit data...
omniauth-remote-user.gemspec Loading commit data...
test_notes.txt Loading commit data...

README.md

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

gem "omniauth-remote-user"

Then run bundle install from the command line:

bundle install