Authorization settings management LiveView for PhoenixKit.
Manages login page branding and authentication methods including magic links and OAuth provider configuration.
Summary
Functions
Callback implementation for Phoenix.LiveView.handle_event/3.
Callback implementation for Phoenix.LiveView.handle_info/2.
Callback implementation for Phoenix.LiveView.handle_params/3.
Callback implementation for Phoenix.LiveView.mount/3.
Collapsible per-provider OAuth setup guide: the callback-URL box with a copy button, the provider-specific console steps (slot), and the reverse-proxy notice. One component instead of four hand-copied ~95-line blocks.
Callback implementation for Phoenix.LiveView.render/1.
Functions
Callback implementation for Phoenix.LiveView.handle_event/3.
Callback implementation for Phoenix.LiveView.handle_info/2.
Callback implementation for Phoenix.LiveView.handle_params/3.
Callback implementation for Phoenix.LiveView.mount/3.
Collapsible per-provider OAuth setup guide: the callback-URL box with a copy button, the provider-specific console steps (slot), and the reverse-proxy notice. One component instead of four hand-copied ~95-line blocks.
Attributes
callback_url(:string) (required)copy_hint(:string) (required) - e.g. "Copy this URL to Google Cloud Console".
Slots
steps(required) - provider-specific <li> instruction items.
Callback implementation for Phoenix.LiveView.render/1.