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