//! Client-side auth session helpers.
use crateAuthContext;
use crateAuthSession;
use *;
/// Keep [`AuthContext`] aligned with the current session signal.
///
/// Standalone preview hosts use the provided context as-is. Integrators replace this with a resource backed by their session server function.