* Need a login check
* chore: Add Discord OAuth2 authentication endpoint
chore: Update dependencies and clean up code
chore: Update dependencies, add Discord OAuth2 authentication endpoint, and clean up code
chore: Update dependencies, add Google OAuth2 authentication endpoint, and clean up code
Code clean up
uniqueness on external account id
chore: Add Discord and Google OAuth2 authentication endpoints, and update dependencies
code review fixes
* chore: Update prodHandler to use clienturl flag for Access-Control-Allow-Origin
* chore: Refactor FetchDiscordIdByUsername and FetchGoogleIdByUsername to handle null values
* chore: Set secure and same-site attributes for session cookie
* chore: Set session cookie expiration to 3 months
* Update callback URL for Oauth2 client in docker-compose and rogueserver.go
* Update callback URL for Oauth2 client in docker-compose and rogueserver.go
---------
Co-authored-by: Matthew Olker <matthew.olker@gmail.com>
* chore: Update savedata API to handle session out of date errors
* chore: Handle session out of date errors in savedata API
* chore: Handle session out of date errors in savedata API
* chore: Update savedata API to handle session out of date errors
* Reject saves with 2 days difference
* improved timestamp checks
* chore: Refactor timestamp checks for saving system data
* Refactor timestamp checks for saving system data
* chore: Refactor saving session data to prevent saving older sessions
* chore: Refactor saving system data to prevent saving older sessions
* Refactor saving session and system data to prevent saving older versions
* add default values for CLI args
* add development docker compose file
* prevent crash if userdata dir does not exist
* accounts, acccountStats
* account stats and create db indices
* compensations and daily runs
* ensure uniqueness of daily seed
* start on port 8001 by default for client parity
* make generated schema match production
* sort imports
* start reading save data from DB
* finish migration code
* remove leftover dir creation
* fix import cycle
* remove more dir creation
* update gitignore
* fix pk
* better table creation
* use REPLACE INTO
* fix typo