from Hacker News

Ask HN: Can my users prove they own a GitHub/LinkedIn account, would this work?

by dukedougal on 1/23/17, 6:32 AM with 2 comments

I want my users to prove their identity, or at least go some way towards establishing trust by saying "see I can be trusted, look, these is my LinkedIn account and this is my GitHub account".

I could possibnly do this my requiring them to sign in via Oauth to those sites, but maybe it would be easier to give the user a random string and get them to put it somewhere like on a public github page, thereby proviong that they own the account.

I'm not sure, maybe there is somewhere on LinkedIn that a string could be placed that proves the user owns the account.

What do you think of that idea?

  • by andymurd on 1/23/17, 6:41 AM

    keybase.io do something similar with github - they give you a piece of text to publish as a gist. It seems to work for them.