Hacker News new | ask | show | jobs
by vargas84 4438 days ago
I added some examples with a throwaway account. My hope is that this would become more intuitive as people use this and there is content available.

I think your second idea is awesome, I'll go ahead and implement this next, thank you!

Can you elaborate a bit on your third point? I'm probably misunderstanding but it sounds like the flow you're describing is currently implemented.

Another great idea here. To anyone else reading this, would you mind temporarily adding a code to your about HN 'about' field? This would replace the need for me to ask for an email (the only thing I use that for is identity verification).

1 comments

To be secure, your app would tell the user what code to add. So after I tell you I'm 'zaroth', you say please add 'gHypQwnm' to your about (show a link to https://news.ycombinator.com/user?id=zaroth) and a link 'Verify'.

I add it, submit, click back twice, click verify on your site, and then go back to my HN profile and remove it. It sucks from a user interaction standpoint, but better than asking the user for their HN password!

The password I am asking for is completely independant from your HN password. I make note of that in the text underneath the form area but you are not the first person to assume that I'm referring to one's HN password. You are absolutely right though, as a user, I would never give up my HN password to a random 3rd party. Your authentication implementation idea completely sidesteps any ambiguity - I'm going to go ahead and move towards this as soon as I can. Again, thanks for your feedback!