The "email is authentication" pattern
rubenerd.com
The "email is authentication" pattern
1–10 of 474 posts
Re: The "email is authentication" pattern
#2Re: The "email is authentication" pattern
#3When designing a "fantasy football" alternate authentication system for the Internet, start with account recovery: what happens when a user loses your fancy authenticator? If the answer is "they just don't get access anymore" or "a panel of their peers attests to them", your fantasy authentication system also needs a fantasy species of sentient beings to serve as users, because it won't work for humans.
Re: The "email is authentication" pattern
#4Except when the service throws you back to the login page to authenticate with a fresh password you just typed in the reset form.
Re: The "email is authentication" pattern
#5Re: The "email is authentication" pattern
#6Doesn’t this answer the question? I would have preferred to read and discuss what they believe to be better alternatives.
Re: The "email is authentication" pattern
#7Re: The "email is authentication" pattern
#8A) Go to website, click through a password manager to copy and paste an arbitrary string of characters, receive TOTP request sent to your email to confirm your identity.
Or
B) Go to website, click forgot my password. Receive link to login. Enter an arbitrary string of characters.
In many instances, login flow B is actually quicker and seldom slower.
Clicking the “remember me” checkbox has no effect.
Re: The "email is authentication" pattern
#9Re: The "email is authentication" pattern
#10I never thought of using password reset as a permanent authentication method. Ingenious! Except when the service throws you back to the login page to authenticate with a fresh password you just typed in the reset form.