Local Storage - Add/Remove Values node
The Local Storage - Add/Remove Values node allows you to add or remove values in the user's local storage.
This node is available in: Authentication, Admin, Self Service, Consent, Library, Custom, User Defined
Node configurations
Specify the keys / values in local storage that need to be added or removed. Entries are added using the UI's repeatable key/value widget, or by referencing a {{variable}} that already resolves to the set of key/value pairs at runtime.
Default output node
- Success
- Failure
JSON metadata
{
"name": "local_storage",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "user_agent_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Local Storage - Add/Remove Values"
}, {
"lang": "it",
"value": "Local Storage - Add/Remove Values"
}
],
"flowCategory": [
"custom",
"admin",
"auth",
"self",
"consent"
],
"flowType": [
"library"
],
"nodeName": "LocalStorage",
"index": 4,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}