require 'omniauth' require 'json' module OmniAuth module Strategies autoload :RemoteUser, 'omniauth/strategies/remote_user' end end