Class: StandardId::Web::SignupController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- StandardId::Web::SignupController
- Includes:
- InertiaRendering
- Defined in:
- app/controllers/standard_id/web/signup_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
20 21 22 |
# File 'app/controllers/standard_id/web/signup_controller.rb', line 20 def create handle_password_signup end |
#show ⇒ Object
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 |