CatTrinket / tcod-asb

A web app to keep track of people's stuff in a play-by-post Pokémon forum game

Home Page:https://asb.dragonflycave.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent accidental duplicate battles

CatTrinket opened this issue · comments

Prevent people from accidentally submitting the same battle twice.

Ideas:

  • Prevent someone from creating two battles with the same people less than, let's say, two minutes apart
  • Change the CSRF token once a form has successfully been submitted using it
  • Both