loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Remember Me

Lets the user opt in to extended login persistence. When checked, the access token expiry is extended to the configured duration. Always used inside a Web Page node. Child node: must be placed inside a Web Page node.
Input Node

Node Card

Remember Me
true
false
Category: Input Nodes
Type: remember-me
Typical position: Inside the login Web Page node, alongside Identity and Password fields.

PropertyTypeRequiredDescription
Token ExpirynumberYesExtended access token lifetime in minutes when the user checks Remember Me. Minimum: 1. Maximum: the site's configured token expiry.

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.