Class: OmniAuth::Strategies::Standalone

Inherits:
Object
  • Object
show all
Includes:
OmniAuth::Strategy
Defined in:
lib/omniauth/strategies/standalone.rb,
lib/omniauth/strategies/standalone/form.rb

Defined Under Namespace

Classes: AuthenticationError, Form, SignInForm, SignUpForm

Instance Method Summary collapse

Instance Method Details

#callback_phaseObject



33
34
35
36
# File 'lib/omniauth/strategies/standalone.rb', line 33

def callback_phase
  try_to_register
  super
end

#request_phaseObject



29
30
31
# File 'lib/omniauth/strategies/standalone.rb', line 29

def request_phase
  sign_up? ?  : 
end