Posts: 32
Threads: 13
Joined: Dec 2024
Reputation:
0
Wondering if HOTP is the right fit for a field team that authenticates only a few times a day. They sometimes have no network and want a code that works on demand. TOTP has been okay in other apps, but time skew and dead batteries have caused headaches. With HOTP, I like the “press for a code” idea, yet I’m worried about counters drifting when people mash the button. What are the trade-offs, and how do you prevent runaway counter issues in the real world?
Posts: 25
Threads: 1
Joined: Feb 2025
Reputation:
0
Adding a neutral note from day-to-day use: the button-mashing fear was real for us, but it didn’t materialize once we taught folks to press once and wait. The small resync window covered the rare extra press, and rate limiting muted brute-force risks. We also added a quick support script that asks for two consecutive codes to resync without exposing secrets. That balance kept offline access smooth and kept the ops team calm.