Working on user authentication for a small app, and I can’t quite figure out how to manage hotp properly. Most guides online talk about totp instead, which is time-based, but I’d rather stick with counter-based tokens. Does anyone have real experience using hotp and can suggest a good method or tool to make it easier?