Experiences with Email-Based Login
arp242.net
Experiences with Email-Based Login
1–3 of 3 posts
Re: Experiences with Email-Based Login
#2Maybe sites can offer both choices if they insist on email authentication.
There is also a huge swath of humanity who do not interact with emails anymore, especially in developing countries.
Many sites in India offer both username/password and the option of logging with your mobile number and a text entry code sent.
Re: Experiences with Email-Based Login
#3Scaleway (basically a cheaper, European version of Digital Ocean) offers this option, and it annoys me because it used to mean an extra button click before the password field shows up. (Nowadays, they instantly detect that your password manager filled out the password after you click the button and then instantly log you in.)
I think it's a viable alternative for something that people use rarely, but for frequent actions, "site specific bearer token managed by your browser" is the most convenient for most people, and the easiest way to implement that right now is with a password (which may be generated by the browser, saved by the browser, and filled by the browser).
Is there anything API that explicitly has the browser authenticate with a cryptographic key that reliably works across the major browsers and syncs from one device to another? WebAuthn seems to be going in that direction - but is a mode that doesn't require a U2F key supported in practice?