I would like to know how to build a website with an access limited to people who received an invitation link. I am using the Parse.com backend and hosting so, I won't use PHP and MySQL. Currently, anyone can "Login with Facebook".
I would like each user to be able to invite only 5 friends (for example) and to limit access to users with an invitation code or link.
Question: is there an existing code or JavaScript library I could use to do this?
Thanks a lot.