SignUp PassKey
Node Card
Category: Passkey Nodes
Type:
signupPasskeyNode kind: Child node: must be placed inside a Web Page node.
Typical position: Inside the Web Page node on the sign-up or passkey enrollment screen.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| NA | NA | NA | This node has no configurable properties. |
As a child node, SignUp PassKey does not emit its own output edges. The enclosing Web Page node controls flow routing after the passkey registration ceremony completes.
| Output / Code | Condition | Default message |
|---|---|---|
| (via Web Page) | Passkey credential created and registered to the user's account | NA |
| (via Web Page) | Registration failed, user cancelled, or browser unsupported | NA |
Usage Notes
This node initiates the WebAuthn credential creation ceremony within the parent Web Page node, prompting the browser to generate and store a new passkey. A user account must already be created (or be in the process of creation) before this node runs: the passkey is bound to the user identity. Consider offering a fallback (e.g., password setup) for users whose devices do not support passkeys.