remote_user.rb 122 Bytes
require 'omniauth'

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