PhoenixKitWeb.Users.ResetPassword (phoenix_kit v1.6.16)

View Source

LiveView for password reset functionality.

Handles the password reset flow after a user clicks the reset link from their email. Validates the reset token and allows the user to set a new password.

Summary

Functions

handle_event(binary, map, 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.