Ask HN: Alternative for email verification?
Some webapps doesn't let you proceed without verifying your email and I have to wait painfully for the emails to arrive at my inbox, worse - I have one of my email forwarded to another account and if the verification email lands at my old email's junk, its done... So, is there any other alternatives? some available workarounds -
OAuth / OpenID Allowing the user to continue using the service and let them verify at their convenience
Also, rather than confirming via a link which then takes to the webapp for the confirmation, why not confirm them using say a reply email? this way the user doesn't have to leave their mailbox (more convenient for a mobile user)
Are there any alternatives, or am I just not in the reality?
[1] - https://news.ycombinator.com/item?id=8427577
1 comment
[ 4.3 ms ] story [ 14.3 ms ] threadHistorically, because parsing email is hard, because a lot of reply emails will fail to include your magic verification token in them, and because (if you don't use a magic verification token) spoofing email addresses is trivial.
The easier solution is to simply not verify email addresses.