Privacy
User access and information management for privacy and security of your application and users data.
Overview
All URLs you create are visible to all users by default, the same is true for any DB entry you make, you can protect your URLs and application by restricting access to components or URLs in your application and adding ownership to your DB entries.

Use Cases
Data Base Create, Read, And Update Security of entries management
The entries in your DB will be anonymous by default, make sure to add the user-logged in id to the ownership of your entries or the role or group IDs to create more complex administration rules, for more information about DB management see:
💽Data SourcesRole Control Access
Most of the control you will require for your users will be granular designs of the components and features you want to grant access by role by creating and designing visibility rules, for more information on creating visibility rules see:
VisibilityControl Access to a Path
To make a URL or Path private you should set the Protected parameter in the Screen component as True, for more information see:e
Screen PageFor more information about User Control Access see:
To set a screen as private you simply have to check the parameter Protected as True in the Scren component
Screen PageLast updated
Was this helpful?