PhoenixKitWeb.Users.Confirmation (phoenix_kit v1.6.15)

View Source

LiveView for email confirmation.

Handles the email confirmation flow after a user clicks the confirmation link from their registration email. Validates the confirmation token and confirms the user account.

Summary

Functions

handle_event(binary, map, socket)

Callback implementation for Phoenix.LiveView.handle_event/3.

mount(map, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.