Could web developers and password manager developers get together and develop a standard web API for authenticating with a website? I want to specify a URL and have my password manager run a behind-the-scenes conversation with the website and, ultimately, drop me into the home page in a logged-in state.
Don’t Get Clever with Login Forms
21–30 of 520 posts
Re: Don’t Get Clever with Login Forms
#22Re: Don’t Get Clever with Login Forms
#23Could web developers and password manager developers get together and develop a standard web API for authenticating with a website? I want to specify a URL and have my password manager run a behind-the-scenes conversation with the website and, ultimately, drop me into the home page in a logged-in state.
Relevant Link: https://wicg.github.io/change-password-url/index.html
HN comments: https://news.ycombinator.com/item?id=18618193
Re: Don’t Get Clever with Login Forms
#24I agree with a lot of this but magic links are great and I love them. Don't take away my magic login emails.
Re: Don’t Get Clever with Login Forms
#25Earlier quoted context omitted.
I can't argue with the lack of password manager support. But I know where Product is coming from on these approaches. Asking for an email address on its own screen allows the form to check whether you have an existing account or need to set up a new one. You avoid a link that says "Don't have an account, Register Here". Is it worth it? I suppose it's subjective. Maybe the designer thinks that is a good reduction in f…
Is there no longer a panic over letting an attacker know that an account does exist? I remember that being a thing for a while, but haven’t built user facing UI systems in a few years.
Many of the same sites that do this will also have a recovery form that refuses to leak information.
Re: Don’t Get Clever with Login Forms
#26Earlier quoted context omitted.
I can't argue with the lack of password manager support. But I know where Product is coming from on these approaches. Asking for an email address on its own screen allows the form to check whether you have an existing account or need to set up a new one. You avoid a link that says "Don't have an account, Register Here". Is it worth it? I suppose it's subjective. Maybe the designer thinks that is a good reduction in f…
Is there no longer a panic over letting an attacker know that an account does exist? I remember that being a thing for a while, but haven’t built user facing UI systems in a few years.
Re: Don’t Get Clever with Login Forms
#27There's been a recent tendency to split login forms into username/password over two screens as mentioned in this article. It's maddening. Password managers can't deal with this, unsurprisingly. I don't see the benefit this provides for anyone.
1Password handles this just fine. You just have to hit the button twice.
Re: Don’t Get Clever with Login Forms
#28There's been a recent tendency to split login forms into username/password over two screens as mentioned in this article. It's maddening. Password managers can't deal with this, unsurprisingly. I don't see the benefit this provides for anyone.
1Password handles this just fine. You just have to hit the button twice.
Split logins are very useful for federated auth, as well as for supporting different kinds of multi-factor auth.
Re: Don’t Get Clever with Login Forms
#29There's been a recent tendency to split login forms into username/password over two screens as mentioned in this article. It's maddening. Password managers can't deal with this, unsurprisingly. I don't see the benefit this provides for anyone.
I agree you can achieve this by other means, but services may have their own reasons for doing it this way.