Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ websocket_auth_failure
Function
websocket_auth_failure
src/web/auth.py:92–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
92
def
websocket_auth_failure() -> Tuple[int, str]:
93
if
is_default_security_config_active():
94
return
4403,
"password_change_required"
95
return
4401,
"unauthorized"
Callers
2
task_websocket
Function · 0.85
batch_websocket
Function · 0.85
Calls
1
is_default_security_config_active
Function · 0.85
Tested by
no test coverage detected