Class: StandardId::Web::SignupController

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

Instance Method Summary collapse

Instance Method Details

#createObject



20
21
22
# File 'app/controllers/standard_id/web/signup_controller.rb', line 20

def create
  
end

#showObject



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

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

  render_with_inertia props: auth_page_props
end