TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Easiest Way to Verify Location?

1 pointsby fuqtedover 5 years ago
I&#x27;m interested in creating a product (e.g. something that works with Meetup.com) that would require us to verify they went to the meetup location. This should be as seamless as possible for the user, preferably without them downloading a new app.<p>How could we: A) allow the meetup organizer to ping phones to verify the people that went to the meetup<p>B) use Google Maps to allow users to give us a one-time ping of their location<p>Edit: We&#x27;d essentially reward the organizers for getting people to show up. We want it to be as difficult as possible for them to game.<p>Much appreciated

2 comments

Nextgridover 5 years ago
What is the threat model? Do the organisers have an incentive to cheat? Do invitees have one?<p>If the organisers can be trusted then the solution is to have a device displaying a QR code that rotates regularly (30 seconds?) at the location and have attendees scan it.<p>If the invitees can be trusted then the process can be reversed. Each invitee displays an unique QR code during check-in the organiser should scan.<p>If neither can be trusted then you’d need a neutral third-party to act as a witness by scanning both the organiser’s code and the invitees’. This proves that the witness was at the event (and it was indeed open to the public) and that invitees did show up.<p>Out of curiosity, how do you prevent a malicious party from creating dozens of fake accounts and using them to check in at their fake event?
phillipseamoreover 5 years ago
Keep it simple. Have a sign with a QR code to check in.
评论 #22344106 未加载
评论 #22344096 未加载