PhoenixKitWeb.Users.Registration (phoenix_kit v1.6.16)

View Source

LiveView for user registration.

Provides a registration form for new users to create an account. Supports referral codes and respects the allow_registration setting. Tracks anonymous visitor sessions during registration.

Summary

Functions

handle_event(binary, params, socket)

Callback implementation for Phoenix.LiveView.handle_event/3.

mount(params, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.