HTML attributes to improve your users' two factor authentication experience
1–10 of 82 posts
Re: HTML attributes to improve your users' two factor authentication experience
#2> In a sign up form, make sure to use the "new-password" value as it triggers password suggestions in some browsers.
Nice. I didn't know about that.
Re: HTML attributes to improve your users' two factor authentication experience
#3This is a really cool and informative article. I had head of the 'pattern' attribute before, but I hadn't come across 'inputmode' before. This will solve a ton of headaches for my future development work.
Re: HTML attributes to improve your users' two factor authentication experience
#4I wish more sites would follow these protocols. When you have a numeric 2FA with a regular keyboard it feels less polished.
Re: HTML attributes to improve your users' two factor authentication experience
#5Didn’t we just learn you shouldn’t use SMS 2FA?
Re: HTML attributes to improve your users' two factor authentication experience
#6Didn’t we just learn you shouldn’t use SMS 2FA?
A lot of people say that. But SMS 2FA is better than nothing.
Re: HTML attributes to improve your users' two factor authentication experience
#7Didn’t we just learn you shouldn’t use SMS 2FA?
SMS 2FA is still stronger than no 2FA.
Re: HTML attributes to improve your users' two factor authentication experience
#8Re: HTML attributes to improve your users' two factor authentication experience
#9SAASPASS has a much better 2FA user experience on the mobile phone than SMS including URL callback to the 2FA app and app to app with SDK. For desktop environments configurable MFA methods include scanning encrypted barcodes and push login. More on the developer environment is here:
developer.saaspass.com
I work for an IAM consultancy/reseller and work on SAASPASS implementations.
Re: HTML attributes to improve your users' two factor authentication experience
#10Hello! 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.