1. use privacy rules to limit the data sent to the client based on access rights
  2. use redirects and floating groups to “hide” the page and elements to unapproved users
  3. ensure backend api workflows require authentication

if unapproved users change the dom then they will only see what you’ve allowed them to see with privacy rules

99% of users will not know how to change the dom and those that do won’t bother with it, and for those that do privacy rules will ensure they still can’t access anything they shouldn’t

1 Like