start of account system
authorxangelo <git@xangelo.ca>
Sat, 3 Jun 2023 09:24:56 +0000 (05:24 -0400)
committerxangelo <git@xangelo.ca>
Sat, 3 Jun 2023 09:24:56 +0000 (05:24 -0400)
commit5ef1772c8c6c746ea70620ee9009f19d7d272b06
treefcce73acfe266fc21945b0dcf41b16c95fb24091
parentb999473bee884dfa23eaa14a5e9ed43ce96612f0
start of account system

This adds the auth table and two new columns on the players table to
track account_type (session/auth) and the creation_date.
migrations/20230602191259_auth.ts [new file with mode: 0644]
public/assets/css/game.css
public/index.html
src/client/index.ts
src/shared/auth.ts [new file with mode: 0644]
src/shared/player.ts