Files
textbee/api
isra el 083f2c8cd5 fix(support): require authentication for support requests
The customer-support route accepted anonymous callers and only overwrote
the user field when one was authenticated, so the body could set it. The
route now requires authentication and always takes the user from the
token. The daily cap counts per authenticated user rather than per
self-reported email address.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-02 14:29:31 +03:00
..