Remember Me
Node Card
Category: Input Nodes
Type:
remember-meTypical position: Inside the login Web Page node, alongside Identity and Password fields.
Properties
Outputs & Errors
| Property | Type | Required | Description |
|---|---|---|---|
| Token Expiry | number | Yes | Extended access token lifetime in minutes when the user checks Remember Me. Minimum: 1. Maximum: the site's configured token expiry. |
| Output / Code | Condition | Default message |
|---|---|---|
| NA | NA | Child nodes have no independent outputs: the parent Web Page node fires its output edge on form submission. |
Common Next Nodes
Web Page containing Remember Me (output)→Authauthenticate: Remember Me preference is applied to the issued token
Usage Notes
When the user checks Remember Me and submits, the access token issued by the downstream Auth node will have its expiry extended to the configured Token Expiry value. Set Token Expiry to a value appropriate for your security policy: longer sessions reduce re-authentication friction but increase the window of token exposure.