Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 290 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 290 Bytes

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