Account created
Your account is ready
Verify [email protected] to continue to workspace setup.
Registration flow
AuthShell-composed registration, consent, validation, submission, verification handoff, and content pressure.
Identity, credentials, consent, validation, submission, and post-registration verification.
Registration hands off to email verification without losing the account address.
test/dummy/app/components/gallery/flows/account_creation_page.rbrender NitroKit::AuthShell.new(
id: "gallery-account-creation-shell",
aria: { label: "Nitro account creation" },
data: {
gallery: "flow-surface",
gallery_flow: "account-creation",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
turbo_frame_tag("gallery-account-creation-frame") { render_screen }
end