Givemo / Agric_Auction

1 stars 0 forks source link

Backend authentication #6

Open WatariClaud opened 3 years ago

WatariClaud commented 3 years ago

What does this issue do?

Give recommendations on input validation before database manipulation

More information

Consider checking your input on the backend, since the frontend can be manipulated. Check that names are valid, no special characters that could cause unauthorized database access or modification. Add token authentication to verify user tokens or sessions/cookies