Class: Events::EmployeeSignedIn
- Inherits:
-
ApplicationEvent
- Object
- RailsEventStore::Event
- ApplicationEvent
- Events::EmployeeSignedIn
- 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: }