feat(api): make /user/token return more details
 
feat: basic login and register windows
 
docs: add licence template to main.rs
 
rework: rename sdbapi to api, redo data structure
 
chore: new client, keep old for a while
 
chore: remove code-workspace
 
fix(sdbclient): correct fields to Options in GameData
 
feat(sdbclient): start game API call
 
fix(sdbapi): patchgamestate check for guest
 
feat(sdbapi): patchgamestate checks, formatting
 
feat(sdbclient): add GameData to Game
 
fix(sdbapi): fix ctrl c & v mistake
 
feat(sdbclient): implement Action and GameData
 
feat(sdbapi): GameData and Action tables
 
chore(sdbapi): update dependencies and Go to 1.20
 
feat(sdbapi): handle startup errors "gracefully"
 
feat(sdbclient): patch game state API endpoin