You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(live_view_hook): clarify connect_info requirements and rescue rationale
Expand the moduledoc to explain what each connect_info key provides
and that the hook still works when keys are omitted.
Add a comment to the try/rescue in get_connect_info_if_root/2 explaining
why we rescue broadly (Bandit is optional and we must never crash the
LiveView process).
Co-Authored-By: OpenCode <noreply@opencode.ai>
0 commit comments