Class: StandardId::Web::SignupController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/standard_id/web/signup_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



16
17
18
# File 'app/controllers/standard_id/web/signup_controller.rb', line 16

def create
  
end

#showObject



11
12
13
14
# File 'app/controllers/standard_id/web/signup_controller.rb', line 11

def show
  @redirect_uri = params[:redirect_uri] || after_authentication_url
  @connection = params[:connection] # For social login detection
end