PhoenixKitWeb.Users.Login (phoenix_kit v1.6.16)

View Source

LiveView for user authentication.

Provides login functionality with support for both traditional password-based authentication and magic link login. Tracks anonymous visitor sessions and respects system authentication settings.

Summary

Functions

mount(params, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.