Files
recflare/apps/chat
Nexi 222547ee13 [api] audit fixes: account tests, dependencies and security hardening (#54)
* test(accounts): cover three username changes

* chore(deps): update vulnerable runtime dependencies

* fix(security): bound uploads and validate token subjects strictly

---------

Co-authored-by: Nexi (CWN) <communityshieldofficial@gmail.com>
2026-09-08 23:47:58 -04:00
..
2026-07-21 01:17:20 -04:00
2026-06-12 17:28:00 -04:00
2026-06-29 23:16:42 -04:00
2026-06-12 17:28:00 -04:00
2026-07-21 01:17:20 -04:00
2026-06-30 23:57:29 -04:00

chat

Chat worker served on the chat subdomain.

  • GET / — service status { "service": "chat", "status": "ok" }.
  • GET /thread — chat threads. No DB binding yet, so returns [].

Development

Run in dev mode

pnpm dev

Run tests

pnpm test

Deploy

pnpm turbo deploy