Join Analytical Engines — Research and Production
Ada Lovelace invited [email protected] to join as administrator.
Invitation flow
AuthShell-composed workspace invitation setup, validation, token recovery, completion, and mobile pressure.
Workspace context, identity setup, consent, token recovery, and narrow-screen stress.
A valid token carries workspace and role context into account setup.
Ada Lovelace invited [email protected] to join as administrator.
test/dummy/app/components/gallery/flows/invitation_acceptance_page.rbrender NitroKit::AuthShell.new(
id: "gallery-invitation-shell",
aria: { label: "Nitro invitation acceptance" },
data: {
gallery: "flow-surface",
gallery_flow: "invitation-acceptance",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
turbo_frame_tag("gallery-invitation-frame") { render_screen }
end