DasUnicorn / WordWeave

Reddit style news site
0 stars 1 forks source link

User Story: Safe up and downvote links #46

Closed DasUnicorn closed 6 months ago

DasUnicorn commented 7 months ago

Dependencies:

Description Of Service Or Screen: Currently the up and down vote is handle by a simple request that can be easily manipulated. It would be great to implement a safer way to do this.

Maybe forms might solve my problem, since they already have csrf_token...

User Objective: As a user, I want to be sure no one has manipulated the votes and links are safe , so that I can click on links without fearing the manipulate votes.

Acceptance Criteria:

DasUnicorn commented 6 months ago

Testing: