You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOTP generation uses constant values from IdServerEmailOptions (shared key/counter), producing the same OTP for every user.
Possible solution: generate and store a unique salt per user, and retrieve the counter from the database?