The-Huginn / party-game

2 stars 1 forks source link

Verify game existence if gameId cookie detected #11

Closed The-Huginn closed 1 year ago

The-Huginn commented 1 year ago

Create a call to backend to verify the existence of game corresponding to the cookie. This should be done on /game route. In the future it might be possible to prune old games + the server (databases) might get cleared quite often especially early on

The-Huginn commented 1 year ago

Such route already exists, use GET /game