Provides the threadline_operator_surface/2 macro to mount the
Threadline LiveView interface within a Phoenix router.
This module enforces a secure-by-default mount by requiring either:
- A
pipe_throughdirective in the enclosing router scope. - An explicit
:authorize_fnoption. - An explicit
:adopter_acknowledges_unauthenticatedoption.