updating tasks
This commit is contained in:
parent
3971642848
commit
e9ba8d292d
1 changed files with 1 additions and 3 deletions
|
|
@ -29,9 +29,6 @@ Things that are actively in progress or should be picked up immediately. Mostly
|
|||
- **Conditionally register OAuth providers** `[debt]`
|
||||
Better Auth logs warnings when social providers are registered without credentials (`Social provider google is missing clientId or clientSecret`). Instead of registering all providers unconditionally, only add a provider to the config when its credentials are present in the environment. Keeps local dev clean for contributors who don't have OAuth apps set up.
|
||||
|
||||
- **Multiplayer GameService unit tests** `[debt]`
|
||||
round evaluation, scoring, tie-breaking, timeout handling
|
||||
|
||||
---
|
||||
|
||||
## next
|
||||
|
|
@ -117,6 +114,7 @@ Directionally right, timing is unclear. Revisit when the next/now work is done.
|
|||
|
||||
Shipped milestones, newest first.
|
||||
|
||||
- **04 - 2026 - Multiplayer GameService unit tests** - round evaluation, scoring, tie-breaking, timeout handling
|
||||
- **04 - 2026 - Security headers with helmet** - Add helmet middleware to set secure HTTP response headers.
|
||||
- **04 - 2026 - Rate limiting on API endpoints** - At minimum: auth endpoints (brute force prevention) and game endpoints (spam prevention)
|
||||
- **04 - 2026 — Migrations in deploy pipeline** — Drizzle migrate runs as a CI/CD step before the API container restarts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue