Security possibility

i have a question about security, on my app and on all pages in workflow i say when the user is not logged redirect to logik page. But when i do that the user or someone with bad intention can see the data in f12

its the only thing to protect page ?

  1. Privacy rules are the only thing that protect data access
  2. Server-side workflow conditions (e.g Current User’s Role is X) on the workflow event are the only thing restricting workflow execution
  3. All workflows and static content on all pages are public no matter whether they have redirects or not
1 Like

hmm ok i see thanks you :slight_smile:

but if i create differrent level of subscription on my app and someone with bad intention have link, he can take all the information to someone who have best subscription ?

No amount of technology will prevent users sharing data, as long as you setup your security rules properly and all content is in the database it’ll likely be fine