We need to add necessary routes that will be used by general participant, without requiring any authentication.
Routes:
- Raffle ID Check: Checking if the ID is valid and currently accepting submissions. If this is true, then we will check the senders IP address if they have submitted to this raffle with the same IP address before. Ultimately we will return
true or false
- Getting Raffle information: Get the necessary information for a raffle, without the data that might be confidential like the author and participants
- Posting raffle form: After the raffle from is filled by the participant, they will post the form to our database
Since all of these routes could be determined and automatically used, we need to use the first ID check route everytime a participant makes a request.
ReCAPTCHA will also be added in the front-end after the website is publicly accessible.
We need to add necessary routes that will be used by general participant, without requiring any authentication.
Routes:
trueorfalseSince all of these routes could be determined and automatically used, we need to use the first ID check route everytime a participant makes a request.
ReCAPTCHA will also be added in the front-end after the website is publicly accessible.