Ask HN: What's the easiest way to add invite codes
I'm at the point on a project where I want to add invite codes and share it with a select few people (and slowly grow it after that). I'd prefer to not to add another table and a bunch of logic to the core app itself, knowing that I'll just tear it out in a month.
Anyone know a good service for this? Any other good methods?
LaunchRock: if you're reading this, this would be an awesome addition to your service.
3 comments
[ 2.1 ms ] story [ 16.8 ms ] threadStill, any better suggestions would be welcome
A system like that is easy to code and requires no database. The downside is that your would be relying on security by obscurity. For something like an invite system that may perfectly acceptable.