UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

18 lines (13 loc) 638 B
--- title: Securing Data description: | How to secure access to data when using Node-RED and uibuilder. created: 2022-02-27 14:09:44 lastUpdated: 2022-04-01 17:54:08 updated: 2024-02-06 17:30:33 --- It is best to read the [Securing uib web apps](Programming/uibuilder/docs/security/security.md "Overview of general web app security with some specifics for Node-RED and uibuilder") page before this one as that page gives the overview of security in general. TBC * Sanitising data inputs * Is authentication true? (using external auth and/or custom uibuilder middleware) * Using the uibuilder ping endpoint to extend client sessions