Is PassKey Exists
Node Card
Category: Passkey Nodes
Type:
isPasskeyExistsTypical position: Early in a passkey-capable login flow, before routing to Login PassKey or SignUp PassKey.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| NA | NA | NA | This node has no configurable properties. |
| Output / Code | Condition | Default message |
|---|---|---|
true | User has at least one registered passkey | NA |
false | User has no registered passkeys | NA |
Usage Notes
This is a routing decision node: use it to split flows based on whether the user can use passkey login or needs to go through passkey enrollment first. Connect true to a Web Page node containing Login PassKey; connect false to a Web Page node containing SignUp PassKey for new enrollment. The user identity must already be resolved (e.g., after email lookup) before this node runs.