Skip to content

Unprotected Routes for Participant Side #16

@erthium

Description

@erthium

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    databaseStoring data and stuffp1Most importantsecurity(paranoid noises)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions