remote_user.rb 127 Bytes
require 'omniauth/core'

module Omniauth
	module Stratagies
		autoload :RemoteUser, 'omniauth/stratagies/remote_user'
	end
end