Time.now.to_i is used for signatures; if the system clock drifts, signatures can be rejected.
Risk: Users on devices with incorrect clocks will experience hard‑to‑debug failures.
Proposed fix: Provide optional NTP clock skew check or allow external timestamp injection.
Time.now.to_iis used for signatures; if the system clock drifts, signatures can be rejected.Risk: Users on devices with incorrect clocks will experience hard‑to‑debug failures.
Proposed fix: Provide optional NTP clock skew check or allow external timestamp injection.