Class: Devise::OmniauthCallbacksController
Instance Method Summary
collapse
#_prefixes, internal_methods
Instance Method Details
#failure ⇒ Object
10
11
12
13
|
# File 'app/controllers/devise/omniauth_callbacks_controller.rb', line 10
def failure
set_flash_message! :alert, :failure, kind: OmniAuth::Utils.camelize(failed_strategy.name), reason: failure_message
redirect_to after_omniauth_failure_path_for(resource_name)
end
|
#passthru ⇒ Object
6
7
8
|
# File 'app/controllers/devise/omniauth_callbacks_controller.rb', line 6
def passthru
render status: 404, plain: "Not found. Authentication passthru."
end
|