Threadline.OperatorSurface.Router (Threadline v0.4.0)

Copy Markdown View Source

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:

  1. A pipe_through directive in the enclosing router scope.
  2. An explicit :authorize_fn option.
  3. An explicit :adopter_acknowledges_unauthenticated option.

Summary

Functions

threadline_operator_surface(path, opts \\ [])

(macro)