# 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