remote_user.rb 122 Bytes
require 'omniauth'

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