Does an SMS OTP have to be recreated for every message?
I use SMS for MFA (yes I know it’s bad, but better than no MFA) in an web application.
On login an OTP is sent to the user via SMS.
This OTP is valid until:
it expires after 10 minutes
it is submitted successfully (can only be used once)
… Continue reading Does an SMS OTP have to be recreated for every message?