Didn’t we just learn you shouldn’t use SMS 2FA?
A lot of people say that. But SMS 2FA is better than nothing.
HTML attributes to improve your users' two factor authentication experience
11–20 of 82 posts
Re: HTML attributes to improve your users' two factor authentication experience
#12Didn’t we just learn you shouldn’t use SMS 2FA?
Re: HTML attributes to improve your users' two factor authentication experience
#13Hello! I’m the author of this article. Thanks for posting! Here’s to the power of HTML attributes and better sign in experiences for everyone.
Re: HTML attributes to improve your users' two factor authentication experience
#14Didn’t we just learn you shouldn’t use SMS 2FA?
Re: HTML attributes to improve your users' two factor authentication experience
#15Didn’t we just learn you shouldn’t use SMS 2FA?
Re: HTML attributes to improve your users' two factor authentication experience
#16Re: HTML attributes to improve your users' two factor authentication experience
#17Re: HTML attributes to improve your users' two factor authentication experience
#18Re: HTML attributes to improve your users' two factor authentication experience
#19These are all super nice and I really wish more developers made use of these, but my main complain is not having username and password fields on the same page :/
Re: HTML attributes to improve your users' two factor authentication experience
#20Hello! I’m the author of this article. Thanks for posting! Here’s to the power of HTML attributes and better sign in experiences for everyone.
I know you're probably paid to do so, but please stop recommending that site operators use SMS for a second factor. https://www.issms2fasecure.com/
At Twilio, we have APIs for two factor authentication and we recommend implementing via push notification to the Authy app with “approve” and “deny” buttons. This is more secure and a better experience than SMS. The API also allows for regular app based 2FA, with a TOTP code, which is more secure than SMS. But it also allows you to fallback to SMS, which is still more secure than no 2FA.
You do have to consider the threat model for your own application when considering these sort of security measures. If the value of an account takeover is high then a targeted attack can, and will, break SMS 2FA. Which is why the Twilio 2FA API allows you to turn off SMS 2FA if you choose.
Ultimately I’d prefer SMS over nothing when it comes to 2FA, but I also encourage developers to use more secure options that can also have a better experience.