-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
databaseStoring data and stuffStoring data and stuffp1Most importantMost importantsecurity(paranoid noises)(paranoid noises)
Description
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
trueorfalse - 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
databaseStoring data and stuffStoring data and stuffp1Most importantMost importantsecurity(paranoid noises)(paranoid noises)