* Makes Omniauth rely on Proc instead of initializer value for redirect uri * Adds SiteConfig.app_domain test for OAuth providers callback_url generation * Fixes protocol mismatch in test * Fixes URL encoding problem with query params in test
2 lines
83 B
Ruby
2 lines
83 B
Ruby
OmniAuth.config.logger = Rails.logger
|
|
OmniAuth.config.full_host = proc { URL.url }
|