REVERT: message bus changes

This commit is contained in:
Robin Ward
2015-12-08 15:32:31 -05:00
parent d22a479c61
commit 4820d5c7b0
38 changed files with 84 additions and 95 deletions

View File

@ -1,11 +0,0 @@
require "openssl"
require "openid_redis_store"
# if you need to test this and are having ssl issues see:
# http://stackoverflow.com/questions/6756460/openssl-error-using-omniauth-specified-ssl-path-but-didnt-work
Rails.application.config.middleware.use OmniAuth::Builder do
Discourse.authenticators.each do |authenticator|
authenticator.register_middleware(self)
end
end