foundation_auth_ui 0.0.1

WASM UI components for authentication — login, register, MFA, account management
docs.rs failed to build foundation_auth_ui-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: foundation_auth_ui-0.0.2

foundation_auth_ui

WHY: WASM UI components for the authentication flow — login, register, MFA, password reset, account management, and passkey enrollment.

WHAT: Page components built on foundation_wasm_ui (reactive html!, signals, DOM ops over a wire) and foundation_ui_components (headless primitives: input, button, dialog, tabs, etc.).

HOW: Each page is a fn(&Context, &SharedInstructionReceiver, ...) -> Html that self-mounts and drives API calls via primal:on* event handlers.