aljica / chess

A free chess website written in Javascript (Node - Express backend & Vue frontend)
0 stars 0 forks source link

Keep track of user sessionID in Vuex store #18

Open aljica opened 3 years ago

aljica commented 3 years ago

To prevent players/observers in a game from contacting /move/ API endpoint (when clicking around on the board) if it's not their turn/if they are an observer.