Class: StandardId::Web::SignupController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- StandardId::Web::SignupController
- Includes:
- InertiaRendering, LifecycleHooks
- Defined in:
- app/controllers/standard_id/web/signup_controller.rb
Constant Summary
Constants included from LifecycleHooks
LifecycleHooks::DEFAULT_PROFILE_RESOLVER
Constants included from RateLimitHandling
RateLimitHandling::RATE_LIMIT_STORE
Instance Method Summary collapse
Methods included from StandardId::WebAuthentication
#current_account, #current_scope_names, #current_session, #revoke_current_session!
Methods included from ControllerPolicy
all_controllers, authenticated_controllers, public_controllers, register, registry_snapshot, reset_registry!
Instance Method Details
#create ⇒ Object
24 25 26 |
# File 'app/controllers/standard_id/web/signup_controller.rb', line 24 def create handle_password_signup end |
#show ⇒ Object
17 18 19 20 21 22 |
# File 'app/controllers/standard_id/web/signup_controller.rb', line 17 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 |