Module: OmniAuth::Passthrough::RackHelper

Defined in:
lib/omniauth/passthrough/rack_helper.rb

Instance Method Summary collapse

Instance Method Details

#omniauth_passthrough(params = {}) ⇒ Object



6
7
8
# File 'lib/omniauth/passthrough/rack_helper.rb', line 6

def omniauth_passthrough(params = {})
  get "/auth/passthrough/callback", params
end