Class: Events::EmployeeSignedIn

Inherits:
ApplicationEvent show all
Defined in:
app/events/events.rb

Overview

Published by Account after_commit when an employee's current_sign_in_ip changes.
Triggers CloudflareIpListSyncWorker to push the updated IP to the
$warmlyyours_users Cloudflare IP list so WAF/SBFM checks are skipped.
data: { account_id:, ip: }

Method Summary

Methods inherited from ApplicationEvent

#data