Please, somebody figure out how to get us over the hump to the bright future day when we all have asymmetric keys embedded in hardware and we can leave passwords behind.
A bold but simple login system
21–30 of 101 posts
Re: A bold but simple login system
#22Please, somebody figure out how to get us over the hump to the bright future day when we all have asymmetric keys embedded in hardware and we can leave passwords behind.
Re: A bold but simple login system
#23Re: A bold but simple login system
#24Re: A bold but simple login system
#25Please, somebody figure out how to get us over the hump to the bright future day when we all have asymmetric keys embedded in hardware and we can leave passwords behind.
http://en.wikipedia.org/wiki/Security_token
Guess what? Even worse usability.
Re: A bold but simple login system
#26This could potentially introduce an increase in spam if users are now instructed to click on links in emails blindly as long as they match a site that they're familiar with.
Leaving one app/tab for another seems like bad UX to me. This doesn't seem any better than the OAuth dance, even if it uses a much more seemingly familiar mechanism.
Re: A bold but simple login system
#27This is how Staticloud[1] works. You put in your email address and receive a log in link. You never have to register; registration and login are the same process. [1] http://staticloud.com/
So, if elegant for power users, and 'not easier' for mom-users, should we implement it?
Re: A bold but simple login system
#28Anyway, I like the idea of questioning the current way of user authentication!
Re: A bold but simple login system
#29First things that come to my mind are privacy problems. This autocomplete would make it really easy to find out whether a person uses the service. (dating sites, porn sites, torrent sites, political sites,....). Additionally if the ologin happend only via the mail address, you could collect email addresses very easily from many websites. Anyway, I like the idea of questioning the current way of user authentication!
Re: A bold but simple login system
#30Someone needs a history of internet mail. It was never designed to operate in real time or be fast, whereas people expect logins to be fairly quick. Also, using an email backchannel and one time keys moves the security from an encrypted connection (assuming SSL) to an unencrypted SMTP connection anyone can view... Back in the good old days of UUCP you might wait a day or two to get mail from across the globe...
Mail transmitting is only sometimes encrypted, which is disappointing, but I've yet to hear of an instance where a user account was compromised when the forgotten password link was hijacked by listening to the wire between two mail servers. If it really is a problem, this could also be mitigated easily by only allowing the link to work on the browser that initiated the request.
Frankly, though, I'd love it if this system were implemented if for no other reason than to encourage mail servers to enable TLS on their SMTP backend.