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

Methods included from ControllerPolicy

all_controllers, authenticated_controllers, public_controllers, register, registry_snapshot, reset_registry!

Instance Method Details

#createObject



22
23
24
# File 'app/controllers/standard_id/web/signup_controller.rb', line 22

def create
  
end

#showObject



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

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