Why must apps require email? Why not only username and password?
Email verification protocol
11–20 of 151 posts
Re: Email verification protocol
#12Why must apps require email? Why not only username and password?
Re: Email verification protocol
#13"There are privacy implications as the email transmission informs the mail service the applications the user is using and when they used them." Not really, as I can enter any email on a service login page that uses magic links for auth. The owner of that email will receive the login link but that doesn't mean they tried to login on that system.
Re: Email verification protocol
#14Why must apps require email? Why not only username and password?
Re: Email verification protocol
#15Re: Email verification protocol
#16> User privacy is enhanced as the issuer does not learn which web application is making the request as the request is mediated by the browser. How can you avoid revealing the application through the `Origin` header?
Re: Email verification protocol
#17Re: Email verification protocol
#18Re: Email verification protocol
#19Why must apps require email? Why not only username and password?
Many applications need a way to contact a user (security breach, password reset). If one only has a username and forgets the password, there’s no way to reverify the user.
Tough beans?
Re: Email verification protocol
#20Why must apps require email? Why not only username and password?