We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you're using the audit_logging feature, it can be useful to include the external provider name in the login audit logs:
login
enable :audit_logging audit_log_metadata_for :login do { "provider" => omniauth_provider } if authenticated_by.include?("omniauth") end