DFBDev / CoachConnect

Submission form for CoachConnect.
0 stars 0 forks source link

Auth field. #1

Closed DFBDev closed 2 months ago

DFBDev commented 3 months ago

Create a field for the user to enter a specific string (code, email, etc) to prevent unauthorized submission of tickets. This will help to prevent malicious spam and potential overcharges.

The request should be prevented upon an invalid string on either the client-side or the server-side.

DFBDev commented 3 months ago

Note: server-side authentication maybe a better idea since there is potential for tampering on the client-side.