I am trying to create an authentication for a form.
Its like an application. If you don't enter a code provided by me, you can't access the form.
Please how do i do that ?
Challenges;
1. If code is not associated to a user ID, code should still remain valid.
2. Code should work only once
3. Two or more users entering code at same time (one must be invalid).