Class: SignIn::ApplicationController

Inherits:
ActionController::API
  • Object
show all
Includes:
ActionController::Cookies, ExceptionHandling, Headers, Pundit::Authorization, SentryControllerLogging, SentryLogging, Authentication, Instrumentation, Traceable
Defined in:
app/controllers/sign_in/application_controller.rb

Constant Summary

Constants included from ExceptionHandling

ExceptionHandling::SKIP_SENTRY_EXCEPTION_TYPES

Constants included from Authentication

SignIn::Authentication::BEARER_PATTERN

Instance Method Summary collapse

Methods included from Traceable

#set_trace_tags

Methods included from SentryLogging

#log_exception_to_sentry, #log_message_to_sentry, #non_nil_hash?, #normalize_level, #rails_logger

Methods included from Headers

#block_unknown_hosts, #set_app_info_headers

Methods included from Authentication

#authenticate, #authenticate_service_account, #load_user

Instance Method Details

#cors_preflightObject



18
19
20
# File 'app/controllers/sign_in/application_controller.rb', line 18

def cors_preflight
  head(:ok)
end