Skip to content

Onboard

logger = logging.getLogger(__name__) module-attribute

FormData

Bases: BaseModel

email instance-attribute

first_name instance-attribute

last_name instance-attribute

max_length(value)

OnboardState

Bases: AllLoaders, MyState

email instance-attribute

first_name instance-attribute

last_name instance-attribute

handle_form_submit(data) async

on_load_populate_from_clerk() async

item(label, value, on_change, type_, editable=True)

onboard_layout()

Onboarding page (redirected to after initial sign up).

This page sets up the initial user instance in the database.