How does 2FA improve security when using one-time passwords via a mobile app?
I’ve implemented two-factor authentication in my Foo app like so
User enters a username and password
If the username/password is valid, the user is shown a QR code and a field that allows a one-time password to be entered
If the user hasn… Continue reading How does 2FA improve security when using one-time passwords via a mobile app?