Refactor WebSocket authentication handling by removing auth requirements from the hello message. Update related documentation and schemas to reflect the changes in authentication strategy, simplifying the connection process.
This commit is contained in:
@@ -55,8 +55,6 @@ LOG_FORMAT=json
|
||||
INACTIVITY_TIMEOUT_SEC=60
|
||||
HEARTBEAT_INTERVAL_SEC=50
|
||||
WS_PROTOCOL_VERSION=v1
|
||||
# WS_API_KEY=replace_with_shared_secret
|
||||
WS_REQUIRE_AUTH=false
|
||||
|
||||
# CORS / ICE (JSON strings)
|
||||
CORS_ORIGINS=["http://localhost:3000","http://localhost:8080"]
|
||||
|
||||
Reference in New Issue
Block a user