"Fossies" - the Fresh Open Source Software Archive

Member "discourse-3.1.3/config/initializers/009-omniauth.rb" (9 Nov 2023, 214 Bytes) of package /linux/www/discourse-3.1.3.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ruby source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 # frozen_string_literal: true
    2 
    3 require "openssl"
    4 
    5 require "middleware/omniauth_bypass_middleware"
    6 Rails.application.config.middleware.use Middleware::OmniauthBypassMiddleware
    7 
    8 OmniAuth.config.logger = Rails.logger