botui/ui
Rodrigo Rodriguez (Pragmatismo) 8bfe97e92e fix: allow anonymous chat connections when auth fails
- Modified chat auth failure handler to proceed with WebSocket connection
- Generates anonymous user_id and session_id using crypto.randomUUID()
- WebSocket handler already supports anonymous connections (creates UUIDs if not provided)
- Removes error notification and retry loop that prevented chat from working

This allows chat to work publicly without requiring authentication,
which is the expected behavior for public bots.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-24 21:47:09 -03:00
..
embedded Update default port from 8088 to 9000 2026-02-08 12:14:01 +00:00
minimal fix(ui): prevent empty chat bubbles when message content is empty 2026-02-18 21:36:03 +00:00
public/themes WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
shared - Spliting from botserver. 2025-12-03 18:42:22 -03:00
suite fix: allow anonymous chat connections when auth fails 2026-02-24 21:47:09 -03:00